refactor(styles): split layout.css into per-section files (#658)

layout.css (3209 LOC) → 29 per-section files in src/styles/layout/ +
an index.css that imports them in original cascade order.

Same mechanic as theme.css + components.css splits: top-level sections
detected by single-dash or 3+ dash header decoration. Concatenating in
@import order reproduces the original byte stream (+1 trailing newline,
cosmetic).

Generated via /tmp/split-layout-css.mjs.
This commit is contained in:
Frank Stellmacher
2026-05-13 19:15:40 +02:00
committed by GitHub
parent 4b4cf42167
commit 18bf3adb1f
32 changed files with 3240 additions and 3210 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import App from './App';
import { runPreReactBootstrap } from './app/bootstrap';
import './i18n';
import './styles/themes/index.css';
import './styles/layout.css';
import './styles/layout/index.css';
import './styles/components/index.css';
import './styles/tracks.css';