-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.scss
58 lines (44 loc) · 1.91 KB
/
index.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
/* ==========================================================================
Supple
In-browser CSS framework; Fluid, Variable, supple if you will
/ =========================================================================== */
/* --------------------------------------------------------------------------
Settings
/ --------------------------------------------------------------------------- */
@use 'settings/defaults';
/* --------------------------------------------------------------------------
Tools
/ --------------------------------------------------------------------------- */
// Import your tools in the modules you need them
/* --------------------------------------------------------------------------
Generic
/ --------------------------------------------------------------------------- */
@use 'generic/reset';
/* --------------------------------------------------------------------------
Elements
/ --------------------------------------------------------------------------- */
/* Add your own, yo */
/* --------------------------------------------------------------------------
Objects
/ --------------------------------------------------------------------------- */
@use 'objects/list-clean';
@use 'objects/layout';
@use 'objects/mesh';
@use 'objects/retain';
@use 'objects/aspect-ratio';
@use 'objects/flow';
/* --------------------------------------------------------------------------
Components
/ --------------------------------------------------------------------------- */
/* Add your own, yo */
/* --------------------------------------------------------------------------
Utilities
/ --------------------------------------------------------------------------- */
@use 'utilities/columns';
@use 'utilities/colspan';
@use 'utilities/colstart';
@use 'utilities/offset';
@use 'utilities/clearfix';
@use 'utilities/spacing';
@use 'utilities/visually-hidden';
@use 'utilities/hidden';