-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapplication.scss
More file actions
63 lines (50 loc) · 1.54 KB
/
application.scss
File metadata and controls
63 lines (50 loc) · 1.54 KB
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
// *************************************
//
// [Project Name] - Spellbook CSS
// -> Manifest
//
// *************************************
// -------------------------------------
// Foundation
// -------------------------------------
@import 'spellbook/1_reset';
@import 'spellbook/2_helpers';
@import 'spellbook/3_config';
@import 'spellbook/4_base';
// -------------------------------------
// Modules
// -------------------------------------
@import 'spellbook/modules/bucket';
@import 'spellbook/modules/card';
@import 'spellbook/modules/cell';
@import 'spellbook/modules/grid';
@import 'spellbook/modules/heading';
@import 'spellbook/modules/link';
@import 'spellbook/modules/row';
@import 'spellbook/modules/well';
// -------------------------------------
// Vendor
// -------------------------------------
// Third-party style imports, if needed
// -------------------------------------
// Foundation - Tools
// -------------------------------------
// ----- Helpers ----- //
@import 'spellbook/tools/helpers';
// ----- Tools ----- //
@import 'spellbook/tools/background';
@import 'spellbook/tools/border';
@import 'spellbook/tools/color';
@import 'spellbook/tools/display';
@import 'spellbook/tools/float';
@import 'spellbook/tools/font';
@import 'spellbook/tools/margin';
@import 'spellbook/tools/opacity';
@import 'spellbook/tools/padding';
@import 'spellbook/tools/position';
@import 'spellbook/tools/text';
@import 'spellbook/tools/visibility';
// -------------------------------------
// Inbox
// -------------------------------------
// ...