added main.scss to layout folder
This commit is contained in:
parent
2986eae999
commit
79d80bfa4e
4 changed files with 8 additions and 7 deletions
BIN
.DS_Store
vendored
Normal file
BIN
.DS_Store
vendored
Normal file
Binary file not shown.
|
@ -6,7 +6,7 @@ Author: Benchmark
|
||||||
|
|
||||||
// 1. Vendors
|
// 1. Vendors
|
||||||
@import
|
@import
|
||||||
'vendor/simple-grid/simple-grid';
|
'vendor/simple-grid/simple-grid';
|
||||||
|
|
||||||
// 2. Configuration and helpers
|
// 2. Configuration and helpers
|
||||||
@import
|
@import
|
||||||
|
@ -28,14 +28,15 @@ Author: Benchmark
|
||||||
|
|
||||||
// 4. Layout-related sections
|
// 4. Layout-related sections
|
||||||
@import
|
@import
|
||||||
'layout/header',
|
'layout/main',
|
||||||
'layout/footer';
|
'layout/header',
|
||||||
|
'layout/footer';
|
||||||
|
|
||||||
// 5. Components
|
// 5. Components
|
||||||
@import
|
@import
|
||||||
'modules/buttons',
|
'modules/buttons',
|
||||||
'modules/nav';
|
'modules/nav';
|
||||||
|
|
||||||
// 6. Page-specific styles
|
// 6. Page-specific styles
|
||||||
@import
|
@import
|
||||||
'pages/home';
|
'pages/home';
|
0
assets/scss/layout/_main.scss
Normal file
0
assets/scss/layout/_main.scss
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue