35c794cf58
- Modularized the Sass architecture to enhance code maintainability and reduce the output file size - Replaced deprecated `@import` with `@use` / `@forward`
4 lines
90 B
SCSS
4 lines
90 B
SCSS
@forward 'variables';
|
|
@forward 'mixins';
|
|
@forward 'placeholders';
|
|
@forward 'breakpoints';
|