8 lines
309 B
CSS
8 lines
309 B
CSS
|
|
/* Overrides — highest-priority layer for edge cases.
|
||
|
|
Theme editor preview frame rules go here (migrated from app-shop.css in Phase 5). */
|
||
|
|
|
||
|
|
@layer overrides {
|
||
|
|
/* Cart drawer transitions (currently in app-shop.css, will move here) */
|
||
|
|
/* Preview-frame rules (currently in app.css, will move here) */
|
||
|
|
}
|