forked from horacioibrahim/sass-build-structure
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Page.scss
24 lines (20 loc) · 833 Bytes
/
Page.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// ----------------------------------------------------------------------
// Base
// ----------------------------------------------------------------------
@import "base/mixins";
@import "base/variables";
@import "base/extends";
@import "base/reset";
// ----------------------------------------------------------------------
// Layout
// ----------------------------------------------------------------------
@import "layout/grid";
// ----------------------------------------------------------------------
// Modules
// ----------------------------------------------------------------------
@import "modules/header";
@import "modules/footer";
// ----------------------------------------------------------------------
// Views
// ----------------------------------------------------------------------
@import "views/blue";