/CSS-sorter

Primary LanguageTypeScriptMIT LicenseMIT

CSS sorter for Visual Studio Code

An extension that helps you organize your CSS by sorting attributes.

How to use

Press CTRL/CMD + SHIFT + P and type Sort css to see the available command for our extension.

Orders

  • by Importance

    Starts outside the box model, moves inward.

See more: Concentric-CSS

  • in Alphabetical

    Alphabetical order based on the attributes name.

Have a nice day!