You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Static Extraction,
classes like $something:$(custom-color) won't be generated, and variables defined in settings that are only used by this type of syntax won't be generated either.
Reproduction
create a static extraction project
npm create @master/css@rc project --example vite-with-static-extraction
cd project
Description
When using Static Extraction,
classes like
$something:$(custom-color)
won't be generated, and variables defined in settings that are only used by this type of syntax won't be generated either.Reproduction
npm create @master/css@rc project --example vite-with-static-extraction cd project
$test:$(test-color)
andtest-color
will not appear in the output CSS.System Informations
No response
The text was updated successfully, but these errors were encountered: