added main.scss to layout folder
This commit is contained in:
parent
2986eae999
commit
79d80bfa4e
|
@ -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';
|
Loading…
Reference in New Issue