berrypod/assets/css/shop.css

19 lines
659 B
CSS
Raw Normal View History

/* Shop CSS hand-written, zero-framework stylesheet.
Layered cascade: later layers beat earlier ones, no !important needed.
This file runs alongside app-shop.css during migration (Phases 1-4).
After Phase 5 it replaces app-shop.css entirely. */
@layer reset, primitives, tokens, components, layout, utilities, overrides;
@import "./shop/reset.css";
/* Theme CSS stays in the existing files (loaded via app-shop.css).
Primitives and tokens will be wrapped in @layer when
app-shop.css is removed in Phase 5. */
@import "./shop/components.css";
@import "./shop/layout.css";
@import "./shop/utilities.css";
@import "./shop/overrides.css";