JSPM

  • Created
  • Published
  • Downloads 399690
  • Score
    100M100P100Q195833F
  • License MIT

Recess-based property sort order for Stylelint.

Package Exports

  • stylelint-config-recess-order

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (stylelint-config-recess-order) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Recess* Property Order StyleLint

npm version npm downloads dependency status github issues

A Stylelint config that sorts CSS properties the way Recess did and Bootstrap 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
  2. Configure your stylelint configuration file to extend this package:
    {
      "extends": "stylelint-config-recess-order",
      "rules": {
        // Add overrides and additional rules here
      }
    }

References

@mdo on CSS Property Order