Skip to content

Commit 6171736

Browse files
committed
Update .stylelintrc.yml
1 parent 425c49a commit 6171736

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.stylelintrc.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,22 @@ rules:
4242
- true
4343
-
4444
ignoreAtRules:
45+
- at-root
46+
- each
47+
- else
48+
- debug
49+
- error
50+
- extend
51+
- for
52+
- forward
53+
- function
54+
- if
4555
- include
4656
- mixin
57+
- return
58+
- use
59+
- warn
60+
- while
4761

4862
# Disallow vendor prefixes for at-rules.
4963
at-rule-no-vendor-prefix: true

0 commit comments

Comments
 (0)