Skip to content

Sort css properties alphabetically [feature request] #2502

@AvraamMavridis

Description

@AvraamMavridis

That is mostly a feature request. What about sorting the css properties alphabetically? I think that makes the file look prettier :)

e.g.

.something {
   position: relavive;
   background: black;
}

to

.something {
  background: black;
  position: relavive;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    lang:css/scss/lessIssues affecting CSS, Less or SCSSlocked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions