stylify / packages

💎 Monorepository for Stylify packages. Stylify uses CSS-like selectors to generate Extremely optimized utility-first CSS dynamically based on what you write 💎.
https://stylifycss.com
MIT License
424 stars 9 forks source link

Lightened color not working with css variable switch in darkmode #264

Open Machy8 opened 1 year ago

Machy8 commented 1 year ago

Describe the bug

I have screen:background-color:darken($background,10) which works fine for the light theme but if I do screen&&dark:background-color:lighten($background,10) it does not generate the lighten color from the changed background variable instead is keeping the same value from the light theme.

Reproduction

.

Logs

No response

System Info

.