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
|
||||
@import
|
||||
'vendor/simple-grid/simple-grid';
|
||||
'vendor/simple-grid/simple-grid';
|
||||
|
||||
// 2. Configuration and helpers
|
||||
@import
|
||||
|
@ -28,14 +28,15 @@ Author: Benchmark
|
|||
|
||||
// 4. Layout-related sections
|
||||
@import
|
||||
'layout/header',
|
||||
'layout/footer';
|
||||
'layout/main',
|
||||
'layout/header',
|
||||
'layout/footer';
|
||||
|
||||
// 5. Components
|
||||
@import
|
||||
'modules/buttons',
|
||||
'modules/nav';
|
||||
'modules/buttons',
|
||||
'modules/nav';
|
||||
|
||||
// 6. Page-specific styles
|
||||
@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