UNPKG

1.07 kBSCSSView Raw
1/**
2* Utility class library
3*
4* ===========
5* = WARNING =
6* ===========
7*
8* Please take caution to make sure that the utility naming and values are consistent. We'd like to
9* be able to automate this file in the future.
10*
11* Naming conventions
12*
13* - Prefix the utility names with the gl- namespace
14* - Use t(op), b(ottom), l(eft), and r(ight) to indicate
15* positioning variations, i.e. gl-border-b-1
16*/
17
18@import './accessibility';
19@import './animation';
20@import './appearance';
21@import './background';
22@import './border';
23@import './box-shadow';
24@import './color';
25@import './content';
26@import './cursor';
27@import './display';
28@import './flex';
29@import './grid';
30@import './list-style';
31@import './masks';
32@import './opacity';
33@import './outline';
34@import './overflow';
35@import './pointer-events';
36@import './position';
37@import './sizing';
38@import './spacing';
39@import './svg';
40@import './text';
41@import './transform';
42@import './transition';
43@import './typography';
44@import './user-select';
45@import './vertical-align';
46@import './visibility';
47@import './z-index';