@nirtamir2/prettier-plugin-css-order
v0.0.1
Published
Prettier plugin which sorts related style property declarations
Downloads
45
Maintainers
Readme
@nirtamir2/prettier-plugin-css-order
Motivation
This project aims to:
- Create a package contains the stylistic order I like:
- It Contains all css properties (the other orders not contains new css and are deprecated)
- Move margins to be above height / width
- Create a prettier plugin that sort the css properties according to my order (I want to use it)
- Create a stylelint plugin that sort the css properties according to my order (because it's easy, and some people can find it helpful)
It helps order and format
Credits
Related projects
- known-css-properties
- stylelint-config-rational-order
- stylelint-config-recess-order