-
Notifications
You must be signed in to change notification settings - Fork 0
/
init.scss
124 lines (115 loc) · 2.39 KB
/
init.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
/**
********************************
* GEMINI-CSS
********************************
*/
/**
*
* Framework used for Carpages.ca
*
* Credits/Inspiration:
* SMACSS
* BEM
* Inuit.css
* Bootstrap.css
* Foundation.css
* CSS-Tricks
* Nicolas Gallagher
*
*/
/**
* Variables
*/
@import 'defaults';
/**
* Functions
*/
@import 'functions/lists';
@import 'functions/maps';
@import 'functions/colors';
@import 'functions/ems';
/**
* Mixins
*/
@import 'mixins/accessibility';
@import 'mixins/arrows';
@import 'mixins/border';
@import 'mixins/clearfix';
@import 'mixins/font-face';
@import 'mixins/font-size';
@import 'mixins/gpu';
@import 'mixins/headings';
@import 'mixins/lists';
@import 'mixins/media-queries';
@import 'mixins/text-rendering';
@import 'mixins/truncate';
@import 'mixins/vendor';
/**
* Load Colors
*/
@import 'objects/colors';
/**
* Base Styles
*/
@import 'base/normalize';
@import 'base/reset';
@import 'base/margins';
@import 'base/main';
@import 'base/headings';
@import 'base/paragraphs';
@import 'base/links';
@import 'base/quotes';
@import 'base/code';
@import 'base/images';
@import 'base/lists';
@import 'base/tables';
@import 'base/forms';
@import 'base/iframes';
@import 'base/objects';
/**
* Objects and abstractions
*/
@import 'objects/icons';
@import 'objects/grid';
@import 'objects/nav';
@import 'objects/pagination';
@import 'objects/media';
@import 'objects/block-list';
@import 'objects/multi-list';
@import 'objects/bullet-list';
@import 'objects/split';
@import 'objects/link-complex';
@import 'objects/flyout';
@import 'objects/tags';
@import 'objects/buttons';
@import 'objects/rules';
@import 'objects/stats';
@import 'objects/fit';
@import 'objects/overlay';
@import 'objects/colors';
@import 'objects/copy';
// Text inputs are an exception to base styles since they extend buttons and tag
@import 'base/text-inputs';
/**
* Helpers
*/
@import 'helpers/accessibility';
@import 'helpers/align';
@import 'helpers/brand';
@import 'helpers/casing';
@import 'helpers/clearfix';
@import 'helpers/cursors';
@import 'helpers/display';
@import 'helpers/floats';
@import 'helpers/full';
@import 'helpers/gpu';
@import 'helpers/hidden';
@import 'helpers/line-height';
@import 'helpers/mute';
@import 'helpers/radius';
@import 'helpers/scroll';
@import 'helpers/spacing';
@import 'helpers/text-rendering';
@import 'helpers/truncate';
@import 'helpers/user-select';
@import 'helpers/weight';