Changed the name of file from _default_background_color.scss to global.scss and moved into core folder.

This commit is contained in:
NTS 2025-07-30 16:00:39 +02:00
commit 7a75aca717
2 changed files with 1 additions and 1 deletions

View file

@ -4,7 +4,7 @@
@import 'core/config';
@import 'core/mixins';
@import 'core/reset';
@import 'default_background_color';
@import 'core/global';
/* Layout styling */
@import 'layout/container';