stylelint-config-order-66
v1.1.0
Published
Order your styles with stylelint-order.
Downloads
568
Maintainers
Readme
stylelint-config-order-66
Usage
Install stylelint and this package to your project:
npm install stylelint stylelint-config-order-66 --save-devConfigure your stylelint configuration file (stylelint.config.mjs) to extend this package:
[!TIP] You don't need to install
stylelint-ordernor addstylelint-orderto"plugins"since this package already does that for you.
{
extends: ["stylelint-config-order-66"]
}Severity Options
Default severity level is warning but you can use error variant to change severity level to error.
{
extends: ["stylelint-config-order-66/error"]
}License
MIT
