@puredazzle/stylelint-config-order

4.0.0 • Public • Published

stylelint-config-order

Stylelint config that sorts related property declarations by grouping together following the order:

  • Layout Properties (z-index, position, float, clear, display)
  • Box Model Properties (width, height, margin, padding)
  • Visual Properties (background, border)
  • Typography Properties (color, font-size, font-family, text-align)
  • Transform Properties (transform, perspective)
  • Misc Properties (cursor, overflow)

Install

$ npm install @puredazzle/stylelint-config-order --save-dev

Usage

Add the following to your Stylelint config:

{
	"extends": "@puredazzle/stylelint-config-order"
}

Readme

Keywords

Package Sidebar

Install

npm i @puredazzle/stylelint-config-order

Weekly Downloads

0

Version

4.0.0

License

MIT

Unpacked Size

9.2 kB

Total Files

3

Last publish

Collaborators

  • puredazzle