0.0.1 • Published 2 years ago

@nirtamir2/prettier-plugin-css-order v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@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