Skip to content
Snippets Groups Projects
Verified Commit cec5e435 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3447942 by Redwan Jamous, ahsannazir, smustgrave: Update stylelint rule...

Issue #3447942 by Redwan Jamous, ahsannazir, smustgrave: Update stylelint rule unit-allowed-list to include container query units

(cherry picked from commit f8476223)
parent 7f9b562d
Branches
Tags
7 merge requests!12523Issue #3493858 by vidorado, xavier.masson, smustgrave: Extend ViewsBlockBase...,!122353526426-warning-for-missing,!11958Issue #3490507 by alexpott, smustgrave: Fix bogus mocking in...,!11769Issue #3517987: Add option to contextual filters to encode slashes in query parameter.,!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...,!8325Update file Sort.php
Pipeline #190572 canceled
...@@ -380,7 +380,7 @@ ...@@ -380,7 +380,7 @@
"selector-id-pattern": "^[a-z][-_a-z0-9]*$", "selector-id-pattern": "^[a-z][-_a-z0-9]*$",
"selector-no-vendor-prefix": null, "selector-no-vendor-prefix": null,
"shorthand-property-no-redundant-values": null, "shorthand-property-no-redundant-values": null,
"unit-allowed-list": ["ch", "deg", "dpcm", "em", "ex", "fr", "ms", "rem", "%", "s", "px", "vw", "vh"], "unit-allowed-list": ["ch", "deg", "dpcm", "em", "ex", "fr", "ms", "rem", "%", "s", "px", "vw", "vh", "cqw", "cqh", "cqi", "cqb", "cqmin", "cqmax"],
"value-keyword-case": ["lower", { "value-keyword-case": ["lower", {
"camelCaseSvgKeywords": true, "camelCaseSvgKeywords": true,
"ignoreProperties": [ "ignoreProperties": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment