-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.scss
49 lines (48 loc) · 1.09 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
/**
* Utility class library
*
* ===========
* = WARNING =
* ===========
*
* Please take caution to make sure that the utility naming and values are consistent. We'd like to
* be able to automate this file in the future.
*
* Naming conventions
*
* - Prefix the utility names with the gl- namespace
* - Use t(op), b(ottom), l(eft), and r(ight) to indicate
* positioning variations, i.e. gl-border-b-1
*/
@import './accessibility';
@import './animation';
@import './appearance';
@import './background';
@import './border';
@import './box-shadow';
@import './color';
@import './composite';
@import './content';
@import './cursor';
@import './display';
@import './flex';
@import './grid';
@import './list-style';
@import './masks';
@import './mix-blend-mode';
@import './opacity';
@import './outline';
@import './overflow';
@import './pointer-events';
@import './position';
@import './sizing';
@import './spacing';
@import './svg';
@import './text';
@import './transform';
@import './transition';
@import './typography';
@import './user-select';
@import './vertical-align';
@import './visibility';
@import './z-index';