jonkemp / jonkemp/gulp-cssbeautify
Line break after comma for multiple selectors
Open
feature request
- Dominant language
- JavaScript
- Stars
- 19
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
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! 😉
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.