Skip to content

Commit 6aaae89

Browse files
author
nod_
committed
Issue #3447942 by Redwan Jamous, ahsannazir, smustgrave: Update stylelint rule unit-allowed-list to include container query units
1 parent 838d053 commit 6aaae89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.stylelintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@
380380
"selector-id-pattern": "^[a-z][-_a-z0-9]*$",
381381
"selector-no-vendor-prefix": null,
382382
"shorthand-property-no-redundant-values": null,
383-
"unit-allowed-list": ["ch", "deg", "dpcm", "em", "ex", "fr", "ms", "rem", "%", "s", "px", "vw", "vh"],
383+
"unit-allowed-list": ["ch", "deg", "dpcm", "em", "ex", "fr", "ms", "rem", "%", "s", "px", "vw", "vh", "cqw", "cqh", "cqi", "cqb", "cqmin", "cqmax"],
384384
"value-keyword-case": ["lower", {
385385
"camelCaseSvgKeywords": true,
386386
"ignoreProperties": [

0 commit comments

Comments
 (0)