Sorts your declarations meaningfully
- Click here
- Click
Install
- Open the extensions panel in VS Code
- Search for
Style Sorter
- Click
Install
- Press
Cmd/Ctrl + Shift + P
- Type
Sort Styles
- Press
Enter
-
Press
Cmd/Ctrl + ,
-
Search for
Style Sorter
-
Choose desired order
-
Alphabetical: Sort alphabetically.
-
Concentric: Sort properties applying outside the box model, moving inward to intrinsic changes.
- Box
- Border
- Background
- Text
- Other
-
SMACSS: Sort from most important, flow affecting properties, to least important properties.
- Positioning
- Visibility
- Box model
- Dimensions
- Text
-
- Extension is built on css-declaration-sorter.