-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.scss
49 lines (41 loc) · 939 Bytes
/
main.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
@charset 'UTF-8';
// 1. Configuration and helpers
@import
'abstracts/colors',
'abstracts/breakpoints',
'abstracts/variables',
'abstracts/functions',
'abstracts/mixins',
'abstracts/typography-base';
// 2. Vendors
//@import
// 'vendor/normalize',
// 'csswizardry-grids';
// 3. Base stuff
@import
'base/reset',
'base/fonts',
'base/base',
'base/typography',
'base/helpers';
// 4. Layout-related sections
@import
'layout/header',
'layout/footer';
// 5. Components
// If a component architecture is used then these imports can be removed from
// inclusion in the main css file and imported separately into each component.
// Each file will need to import the abstracts sass file.
@import
'components/buttons',
'components/links',
'components/lists',
'components/borders';
// 6. Page-specific styles
//@import
// 'pages/home';
// 7. Themes
//@import
// 'themes/default';
@import 'shame';