7 lines
247 B
CSS
7 lines
247 B
CSS
|
|
/* Theme design tokens — shared by admin and shop CSS bundles.
|
||
|
|
Loaded separately so the browser caches it once for all page types. */
|
||
|
|
|
||
|
|
@import "./theme-primitives.css";
|
||
|
|
@import "./theme-layer2-attributes.css";
|
||
|
|
@import "./theme-semantic.css";
|