@pazurite/stylelint-config

1.0.1 • Public • Published

Property Order StyleLint

npm version dependency status

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 @pazurite/stylelint-config
  2. Configure your stylelint configuration file to extend this package:
    {
      "extends": "@pazurite/stylelint-config",
      "rules": {
        // Add overrides and additional rules here
      }
    }

References

@mdo on CSS Property Order

Dependents (0)

Package Sidebar

Install

npm i @pazurite/stylelint-config

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

12.4 kB

Total Files

13

Last publish

Collaborators

  • hieu.huynh