unpreset / unocss-preset-theme

The dynamic theme presets for UnoCSS.
https://unocss-preset-theme.todev.cc
119 stars 11 forks source link

Dark color variables used but not defined #64

Open gitryder opened 9 months ago

gitryder commented 9 months ago

Using this plugin with Sveltekit. UnoCSS v0.53.4 and unocss-preset-theme v0.9.3

Expected behaviour:

CSS variables must be generated for specified dark colors

Current behaviour:

CSS variables are used but they are not defined. This plugin does not generate the required CSS variables for the specified dark theme.

Dunqing commented 9 months ago

It sounds like this is expected behaviour. Can you provide a minimal reproduction?