File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 99
1010rules :
1111
12- # Specify percentage or number notation for alpha-values.
12+ # Specify percentage or number notation for alpha-values.
1313 alpha-value-notation : number
1414
1515 # Specify a list of disallowed at-rules.
@@ -116,6 +116,9 @@ rules:
116116 # Disallow empty comments.
117117 comment-no-empty : true
118118
119+ # Specify a pattern for comments.
120+ # comment-pattern:
121+
119122 # Require or disallow whitespace on the inside of comment markers.
120123 comment-whitespace-inside : always
121124
@@ -400,6 +403,9 @@ rules:
400403 # Require a single space or disallow whitespace on the inside of the brackets within attribute selectors.
401404 selector-attribute-brackets-space-inside : never
402405
406+ # Specify a list of disallowed attribute names.
407+ # selector-attribute-name-disallowed-list:
408+
403409 # Specify a blacklist of disallowed attribute operators.
404410 # selector-attribute-operator-blacklist:
405411
You can’t perform that action at this time.
0 commit comments