lhl 6ff0e96ad3 8-4-1 1 год назад
..
__tests__ 6ff0e96ad3 8-4-1 1 год назад
.editorconfig 6ff0e96ad3 8-4-1 1 год назад
.eslintrc.js 6ff0e96ad3 8-4-1 1 год назад
.prettierignore 6ff0e96ad3 8-4-1 1 год назад
.travis.yml 6ff0e96ad3 8-4-1 1 год назад
CHANGELOG.md 6ff0e96ad3 8-4-1 1 год назад
LICENSE.txt 6ff0e96ad3 8-4-1 1 год назад
README.md 6ff0e96ad3 8-4-1 1 год назад
index.js 6ff0e96ad3 8-4-1 1 год назад
package.json 6ff0e96ad3 8-4-1 1 год назад

README.md

Recess* Property Order StyleLint

npm version npm downloads dependency status build status github issues

A Stylelint config that sorts CSS properties the way Recess did and Bootstrap did/does.

*With some modifications & additions for modern properties.

Usage

  1. Add stylelint and this package to your project:

    npm install --save-dev stylelint stylelint-config-recess-order
    
    1. Configure your stylelint configuration file to extend this package:
      js { "extends": "stylelint-config-recess-order", "rules": { // Add overrides and additional rules here } }

References

@mdo on CSS Property Order