stylelint-config-drupal

3.1.0 • Public • Published

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

Package Sidebar

Install

npm i stylelint-config-drupal

Weekly Downloads

102

Version

3.1.0

License

MIT

Unpacked Size

20.5 kB

Total Files

13

Last publish

Collaborators

  • u7aro