You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
346 B
SCSS
12 lines
346 B
SCSS
// Import site-specific color variables
|
|
@import "1-globals/colors/colors";
|
|
|
|
// Import shared styles
|
|
@import "../shared/shared";
|
|
|
|
// Import blocks in alphabetical order (they are strictly independent)
|
|
@import "2-blocks/contact/contact";
|
|
@import "2-blocks/home-banner/home-banner";
|
|
@import "2-blocks/logo/logo";
|
|
@import "2-blocks/service/service";
|