Plan step 35: <x-row gap align justify wrap stack-below>, children side by side in a pane and stacked under one another below an M3 breakpoint, in the inline direction so a right-to-left document mirrors it. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Qwx5USif3wFFmxtHg5U1g9
11 lines
449 B
CSS
11 lines
449 B
CSS
/*
|
|
* The layout components (plan step 35): the scaffold, panes, the canonical layouts, surfaces and
|
|
* the arrangements inside a pane, each in `material.layout`, with the visibility props in
|
|
* `material.visibility`. Step 37 folds this file into all.css.
|
|
*/
|
|
|
|
@layer material.reset, material.tokens, material.base, material.layout, material.components, material.text, material.visibility;
|
|
|
|
@import './layout/stack.css';
|
|
@import './layout/row.css';
|