gulp-cssbeautify
gulp-cssbeautify copied to clipboard
Line break after comma for multiple selectors
Hi there, is it possible to insert a line break after each comma for multiple CSS selectors? Is there already an option to do this?
Example: format this CSS
.some-class, .some-other-class { ... }
into this
.some-class,
.some-other-class {
...
}
Thanks a lot to anybody that will help! 😉
I realize that this is over a year late at this point, but this request needs to be made on the https://github.com/senchalabs/cssbeautify repo. It hasn't been changed in like six years, so I'm not sure it's going to get any response though.
OK thank you, I'll try on that repo and I'll get back here with a solution (if I manage to get one 😄).
Still an open issue. @vcoppolecchia did you get any solution for this feature?