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
- A `Style` record stores entries, breakpoint bounds, orientation, theme, RTL, native flag, dependencies, source index, class name, important properties, selector complexity, pseudostates, and data attributes.
131
-
- CSS variables live in `vars`; theme and platformscoped variables live in `scopedVars` with internal prefixes.
130
+
- A `Style` record stores entries, breakpoint bounds, orientation, theme, RTL, native flag, dependencies, source index, class name, important properties, selector complexity, pseudo-states, and data attributes.
131
+
- CSS variables live in `vars`; theme and platform-scoped variables live in `scopedVars` with internal prefixes.
132
132
- The processor treats declarations under `:root` or outside class rules as variables.
133
133
- Theme variants are recognized from known theme names.
134
134
- Data attribute variants support boolean `data-x` and exact `data-x="value"` matching against component props.
0 commit comments