Skip to content

Line break after comma for multiple selectors #5

@vcoppolecchia

Description

@vcoppolecchia

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions