mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-22 07:15:47 +00:00
refactor(styles): split tracks.css into per-section files (#659)
tracks.css (539 LOC) → 8 per-section files in src/styles/tracks/ + an index.css. Same mechanic as the theme/components/layout splits. Concatenating reproduces the original byte stream (+1 trailing newline). Generated via /tmp/split-tracks-css.mjs.
This commit is contained in:
committed by
GitHub
parent
18bf3adb1f
commit
e0ff596a02
+1
-1
@@ -6,7 +6,7 @@ import './i18n';
|
||||
import './styles/themes/index.css';
|
||||
import './styles/layout/index.css';
|
||||
import './styles/components/index.css';
|
||||
import './styles/tracks.css';
|
||||
import './styles/tracks/index.css';
|
||||
|
||||
runPreReactBootstrap();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user