@webadn/webadn-stylelint-config-recess-order
v0.2.0
Published
Recess-based property sort order for Stylelint.
Readme
Recess* Property Order
A Stylelint config that sorts CSS properties the way Recess did and Bootstrap did/does.
*With some modifications & additions for modern properties.
Usage
- Add stylelint and this package to your project:
npm install --save-dev stylelint stylelint-config-recess-order - Configure your stylelint configuration file to extend this package:
module.exports = { extends: ['stylelint-config-recess-order'], rules: { // Add overrides and additional rules here }, }
