@cassidydc/stylelint-config-w3c-order
v1.2.2
Published
Orders your CSS properties into W3C CSS Specs Modules using stylelint-order.
Downloads
10
Maintainers
Readme
Stylelint Config - W3C Order
This package formats your CSS properties by the official W3C CSS specs modules. Giving your stylesheets a consistence order using modern and logical groupings.
Usage
- Install Stylelint:
npm i --save-dev stylelint - Install this package:
npm i --save-dev @cassidydc/stylelint-config-w3c-order - Extend this package in your stylelint config file:
extends: ['@cassidydc/stylelint-config-w3c-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 on GitHub.
