forked from basscss/basscss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.js
43 lines (42 loc) · 1013 Bytes
/
index.js
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
module.exports = {
modules: [
'basscss-base-reset',
'basscss-base-forms',
'basscss-base-tables',
'basscss-base-typography',
'basscss-color-base',
'basscss-color-forms',
'basscss-color-tables',
'basscss-btn',
'basscss-btn-primary',
'basscss-btn-outline',
'basscss-type-scale',
'basscss-utility-typography',
'basscss-utility-layout',
'basscss-align',
'basscss-white-space',
'basscss-positions',
'basscss-responsive-states',
'basscss-grid',
'flex-object',
'basscss-borders',
'basscss-colors',
'basscss-background-colors'
],
optional_modules: [
'basscss-background-images',
'basscss-border-colors',
'basscss-btn-sizes',
'basscss-color-input-range',
'basscss-color-progress',
'basscss-highlight',
'basscss-input-range',
'basscss-progress',
'basscss-responsive-white-space',
'basscss-ui-utility-groups',
'basscss-utility-headings'
],
variables: [
'basscss-defaults'
]
}