This commit is contained in:
Philippe Torrel
2026-07-03 15:30:26 +02:00
parent f0e8aaa79c
commit 1b7f884cc6
837 changed files with 122510 additions and 11 deletions

View File

@@ -1,7 +1,16 @@
// sass dev/assets/scss/main.scss:assets/css/main.css
$bgColor: #efefef;
// 01 FRAMEWORKS
@import '01_frameworks/index';
body {
background-color: $bgColor;
}
// 02 FONTS
@import '02_fonts/index';
// 03 BASE
@import '03_base/index';
// 04 PLUGINS
@import '04_plugins/index';
// 05 MODULES
@import '05_modules/index';