@webadn/webadn-stylelint-config-recess-order

0.2.0 • Public • Published

Recess* Property Order StyleLint

npm version npm downloads 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
  2. Configure your stylelint configuration file to extend this package:
    module.exports = {
        extends: ['stylelint-config-recess-order'],
        rules: {
            // Add overrides and additional rules here
        },
    }

References

@mdo on CSS Property Order

Package Sidebar

Install

npm i @webadn/webadn-stylelint-config-recess-order

Weekly Downloads

1

Version

0.2.0

License

ISC

Unpacked Size

30 kB

Total Files

14

Last publish

Collaborators

  • askerad
  • n1c0de