We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b3a743 commit ea97e9aCopy full SHA for ea97e9a
README.md
@@ -112,6 +112,18 @@ Ensure code conforms to the [SUIT code style](https://github.com/suitcss/suit/bl
112
}
113
```
114
115
+The preprocessor will also pick up any rules added to a `.stylelintrc` in your
116
+project root. For example:
117
+
118
119
+```js
120
+{
121
+ "extends": "stylelint-config-suitcss"
122
+}
123
+```
124
125
+This works the same with the CLI `-l` flag
126
127
##### `minify`
128
129
* Type: `Boolean`
0 commit comments