web/_sass/layout/_index.scss
Cotes Chung 35c794cf58
perf: modular sass architecture (#2052)
- Modularized the Sass architecture to enhance code maintainability and reduce the output file size
- Replaced deprecated `@import` with `@use` / `@forward`
2024-11-25 00:05:28 +08:00

4 lines
76 B
SCSS

@forward 'sidebar';
@forward 'topbar';
@forward 'panel';
@forward 'footer';