Skip to content

Order all properties alphabetically? #38

@fortes

Description

@fortes

Would it be possible to support re-ordering CSS declarations to be in alphabetical order? E.g.:

body {
  font-family: Georgia;
  color: blue;
  text-decoration: underline;
}

Would become:

body {
  color: blue;
  font-family: Georgia;
  text-decoration: underline;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions