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
Arbitrary variants don't support specifying attribute values. Using the form [&[my-attribute]]: generates the expected CSS. Adding a value —[&[my-attribute='val']]: or [&[my-attribute="val"]]:— results in no CSS being generated for that class.