Closed (fixed)
Project:
Drupal core
Version:
9.5.x-dev
Component:
Olivero theme
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
11 Apr 2022 at 13:46 UTC
Updated:
6 Oct 2022 at 14:44 UTC
Jump to comment: Most recent
Comments
Comment #2
cilefen commentedComment #4
uditrawatComment #6
andy-blumThe file only containing comments is due to the fact that variables are compiled at build time and we can't ship true CSS vars to IE11. The bigger issue is that we probably shouldn't be including this file in the library, but even that's not a big issue as core's aggregation and minification will strip out all comments and empty rulesets. Fix incoming.
Comment #8
andy-blumComment #9
longwaveThis is a nice easy solution. We still build the useless file at build time but we don't need to ship it to the browser.
To be clear to committers: this issue only affects 9.4.x and 9.5.x. 10.0.x onwards *do* need to include this file in Olivero as we use CSS variables there.
Comment #11
lauriiiCommitted b6bbe7c and pushed to 9.5.x. Thanks!
Comment #13
longwave