rollup-plugin-import-css icon indicating copy to clipboard operation
rollup-plugin-import-css copied to clipboard

Attribute selectors with CSS variables are minified incorrectly

Open ajskateboarder opened this issue 1 year ago • 0 comments

For example:

html[style*="--color-scheme: dark"] {
  ...
}

which gets minified to html[style*="--color-scheme:dark"] {...} in the bundle and doesn't select correctly

ajskateboarder avatar Aug 22 '24 00:08 ajskateboarder