4.0.0 • Published 4 months ago

@puredazzle/stylelint-config-order v4.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
4 months ago

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"
}
4.0.0

4 months ago

3.0.0

1 year ago

1.0.5

3 years ago

1.0.4

3 years ago

2.0.0

3 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago