Open
Description
My config :
{
"space-after-selector-delimiter": "\n",
"color-case": "lower"
}
I am using gulp-csscomb library , here is my Gulp repo if you want to test
Before :
You can test it as .SCSS code
@media only screen and (max-width: 767px) {
#sel1,
#sel2 {
background: red;
}
}
#sel3 {
padding: 5px;
}
After :
@media only screen and (max-width: 767px) {
#sel1,
#sel2 {
background: red;
}
}
#sel3 {
padding: 5px;
}
Wanted
I want the same than in Before, so :
Metadata
Metadata
Assignees
Labels
No labels