cmy a6e36702ec 2023-3-1 2 年之前
..
__tests__ a6e36702ec 2023-3-1 2 年之前
.editorconfig a6e36702ec 2023-3-1 2 年之前
.eslintrc.js a6e36702ec 2023-3-1 2 年之前
.prettierignore a6e36702ec 2023-3-1 2 年之前
.travis.yml a6e36702ec 2023-3-1 2 年之前
CHANGELOG.md a6e36702ec 2023-3-1 2 年之前
LICENSE.txt a6e36702ec 2023-3-1 2 年之前
README.md a6e36702ec 2023-3-1 2 年之前
index.js a6e36702ec 2023-3-1 2 年之前
package.json a6e36702ec 2023-3-1 2 年之前

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