added main.scss to layout folder

This commit is contained in:
Pedro Reis 2015-06-11 13:27:19 +01:00
parent 2986eae999
commit 79d80bfa4e
4 changed files with 8 additions and 7 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@ -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';

View File

File diff suppressed because one or more lines are too long