3.1.0 • Published 2 years ago

stylelint-config-drupal v3.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years ago

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
3.1.0

2 years ago

3.0.0

2 years ago

2.1.0

2 years ago

2.0.1

2 years ago

1.0.2

3 years ago

2.0.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago