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
var(--x) used within both @media and :vars definitions is not being collected as a weak definition and even worse when CSS symbols do exist for var() used within @media and :vars, only :vars are namespaced - @media doesn't namespace internal CSS custom properties.
Expected Behavior
var(--x) should be collected as symbols weak definitions out of both @media and :vars definitions and transformed accordingly
Actual Behavior
var(--x)
used within both@media
and:vars
definitions is not being collected as a weak definition and even worse when CSS symbols do exist forvar()
used within@media
and:vars
, only:vars
are namespaced -@media
doesn't namespace internal CSS custom properties.Expected Behavior
var(--x)
should be collected as symbols weak definitions out of both@media
and:vars
definitions and transformed accordinglyVersion
@stylable/core@4.10.3
Additional Context
playground
The text was updated successfully, but these errors were encountered: