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! 😉
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! 😉