jonkemp / jonkemp/gulp-cssbeautify

Line break after comma for multiple selectors

Open
#5 3 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.