Closed (fixed)
Project:
Drupal core
Version:
10.3.x-dev
Component:
CSS
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
17 May 2024 at 20:53 UTC
Updated:
18 Jun 2024 at 08:59 UTC
Jump to comment: Most recent
While working on issue #3328095, I noticed that css checks fail because of cqw unit which is one of the new container query units.
Container queries are now supported in all major browser and I believe we should add the units to unit-allowed-list stylelint rule.
The container query length units are:
Browser support reference:
https://developer.mozilla.org/en-US/docs/Web/CSS/@container#browser_compatibility
Add "cqw", "cqh", "cqi", "cqb", "cqmin", "cqmax" units to unit-allowed-list rule.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
redwan jamous commentedComment #5
ahsannazir commentedThe pipeline is still failing for the MR. Not sure why it is failing.
Comment #6
smustgrave commentedSeems straight forward
Comment #7
hritick commentedthe changes in the merge request works as per expectation.
RTBC+1
Thanks and regards.
Comment #11
nod_Committed and pushed f847622356 to 11.x and 0f0ab3b932 to 11.0.x and cec5e4353e to 10.4.x and ebc2c6c187 to 10.3.x. Thanks!