stylelint-config-drupal
v3.1.0
Published
Drupal stylelint configuration
Downloads
3,703
Maintainers
Readme
stylelint-config-drupal
You can easily use the Drupal core stylelint settings in your custom themes/modules.
How to setup
Install stylelint and this package with Yarn.
yarn add -D stylelint stylelint-config-drupal
Create a .stylelintrc.json file as follows in your theme/custom module directory.
{
"extends": "stylelint-config-drupal"
}
How to run
./node_modules/bin/stylelint ./css