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
{{ message }}
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.
I've seen a couple of issues about resolving variables attached to specific classes and that's true indeed that it's impossible to resolve nesting cases in build time. My use case is a bit different from this, but similar topic:
:root, .foo {
--color-red: red;
}
Couldn't make this definition work in the build time even for :root, while it should be possible to resolve at least that part in the build time.
The text was updated successfully, but these errors were encountered:
I've seen a couple of issues about resolving variables attached to specific classes and that's true indeed that it's impossible to resolve nesting cases in build time. My use case is a bit different from this, but similar topic:
Couldn't make this definition work in the build time even for :root, while it should be possible to resolve at least that part in the build time.
The text was updated successfully, but these errors were encountered: