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 93f639a commit c770f1fCopy full SHA for c770f1f
README.md
@@ -229,7 +229,12 @@ this instance an empty ruleset can be added to ensure it is correctly reset:
229
</div>
230
```
231
```css
232
-/* Empty ruleset required */
+/**
233
+ * Empty ruleset required.
234
+ * Note the disabling of stylelint
235
+ */
236
+
237
+/* stylelint-disable-next-line block-no-empty */
238
.Component {}
239
240
.Component-item {
0 commit comments