forked from thoughtbot/bourbon
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomponent.json
71 lines (71 loc) · 2.46 KB
/
component.json
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
64
65
66
67
68
69
70
71
{
"name": "bourbon",
"repo": "harp/bourbon",
"description": "For Harp. A simple and lightweight mixin library for Sass.",
"version": "3.2.0.beta.1",
"keywords": ["harp", "scss", "sass", "bourbon"],
"dependencies": {},
"development": {},
"license": "MIT",
"files": [
"scss/_bourbon-deprecated-upcoming.scss",
"scss/_bourbon.scss",
"scss/addons/_button.scss",
"scss/addons/_clearfix.scss",
"scss/addons/_directional-values.scss",
"scss/addons/_ellipsis.scss",
"scss/addons/_font-family.scss",
"scss/addons/_hide-text.scss",
"scss/addons/_html5-input-types.scss",
"scss/addons/_position.scss",
"scss/addons/_prefixer.scss",
"scss/addons/_rem.scss",
"scss/addons/_retina-image.scss",
"scss/addons/_size.scss",
"scss/addons/_timing-functions.scss",
"scss/addons/_triangle.scss",
"scss/css3/_animation.scss",
"scss/css3/_appearance.scss",
"scss/css3/_backface-visibility.scss",
"scss/css3/_background-image.scss",
"scss/css3/_background.scss",
"scss/css3/_border-image.scss",
"scss/css3/_border-radius.scss",
"scss/css3/_box-sizing.scss",
"scss/css3/_calc.scss",
"scss/css3/_columns.scss",
"scss/css3/_flex-box.scss",
"scss/css3/_font-face.scss",
"scss/css3/_hidpi-media-query.scss",
"scss/css3/_hyphens.scss",
"scss/css3/_image-rendering.scss",
"scss/css3/_inline-block.scss",
"scss/css3/_keyframes.scss",
"scss/css3/_linear-gradient.scss",
"scss/css3/_perspective.scss",
"scss/css3/_placeholder.scss",
"scss/css3/_radial-gradient.scss",
"scss/css3/_transform.scss",
"scss/css3/_transition.scss",
"scss/css3/_user-select.scss",
"scss/functions/_flex-grid.scss",
"scss/functions/_golden-ratio.scss",
"scss/functions/_grid-width.scss",
"scss/functions/_linear-gradient.scss",
"scss/functions/_modular-scale.scss",
"scss/functions/_px-to-em.scss",
"scss/functions/_radial-gradient.scss",
"scss/functions/_strip-units.scss",
"scss/functions/_tint-shade.scss",
"scss/functions/_transition-property-name.scss",
"scss/functions/_unpack.scss",
"scss/helpers/_gradient-positions-parser.scss",
"scss/helpers/_linear-positions-parser.scss",
"scss/helpers/_radial-arg-parser.scss",
"scss/helpers/_radial-positions-parser.scss",
"scss/helpers/_render-gradients.scss",
"scss/helpers/_shape-size-stripper.scss",
"scss/settings/_prefixer.scss",
"scss/settings/_px-to-em.scss"
]
}