stylelint-config-drupal

Drupal stylelint configuration

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
stylelint-config-drupal
103.1.0a year ago2 years agoMinified + gzip package size for stylelint-config-drupal in KB

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.
```json:.stylelintrc.json { "extends": "stylelint-config-drupal" }
## How to run

```shell
./node_modules/bin/stylelint ./css