1.0.10 • Published 6 years ago

css-properties-sorting v1.0.10

Weekly downloads
16
License
ISC
Repository
github
Last release
6 years ago

css-properties-sort

NPM version NPM Downloads Build Status

Installation

First, You should have studied stylelint

npm install css-properties-sorting

Example

in .stylelintrc:

{
	"plugins": [
		"stylelint-order"
	],
	"extends": "css-properties-sorting"
}

npm.io

you can use it with webpack or others

Sorting rules

  1. display & flow

  2. dosition

  3. dimension

  4. margin/padding/border/outline

  5. type graphic style

  6. background

  7. opacity/cursor/generated/content

  8. transition

Detailed rules(详细规则)