stylelint-config-cssmodules-order
v1.1.1
Published
Orders your CSS properties primarily by CSS Modules for stylelint-order.
Maintainers
Readme
Stylelint Config - CSS Modules Order
This package formats your CSS properties primarily by CSS Modules. Giving it a consistence order using modern and logical groupings.
Usage
- Install Stylelint:
npm i --save-dev stylelint - Install this package:
npm i --save-dev stylelint-config-cssmodules-order - Extend this package in your stylelint config file:
extends: ['stylelint-config-cssmodules-order'] - Optional: Install the Stylelint VSCode extension to show errors in the editor and fix errors with a hotkey.
[!NOTE] This package automatically installs
stylelint-orderand includes it in your Stylelint's list of plugins so you don't need to add it manually.
Issues
If you come across any issues, please report them here.
