forked from Financial-Times/o-grid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
origami.json
59 lines (59 loc) · 1.6 KB
/
origami.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
{
"description": "Grid for responsive layouts",
"origamiType": "module",
"origamiCategory": "primitives",
"origamiVersion": 1,
"support": "https://github.com/Financial-Times/o-grid/issues",
"supportStatus": "active",
"browserFeatures": {
"required": [
"css-boxsizing",
"Map"
]
},
"ci": {
"circle": "https://circleci.com/api/v1/project/Financial-Times/o-grid"
},
"demosDefaults": {
"template": "demos/src/layout.mustache"
},
"demos": [
{
"name": "default",
"sass": "demos/src/scss/default.scss",
"description": "Grid with all default settings"
},
{
"name": "snappy",
"sass": "demos/src/scss/snappy.scss",
"description": "Responsive grid that snaps between a larger fixed layout at each breakpoint"
},
{
"name": "resized",
"sass": "demos/src/scss/resized.scss",
"description": "Responsive grid with breakpoints reallocated to 400px, 800px and 1000px and gutters halved"
},
{
"name": "always-fixed",
"sass": "demos/src/scss/always-fixed.scss",
"description": "Fixed grid at 610px across all browsers and devices. Should always be fixed at the large layout"
},
{
"name": "ie8",
"sass": "demos/src/scss/ie8.scss",
"hidden": true,
"description": "Forced IE 8 experience, where the width of the grid is fixed to be a M layout"
},
{
"name": "test",
"template": "demos/src/test.mustache",
"js": "demos/src/js/style-switcher.js",
"sass": "demos/src/scss/default.scss",
"hidden": true,
"description": "test demo",
"data": "demos/src/configurations.json",
"documentClasses": "test",
"dependencies": ["o-buttons@^3.0.0"]
}
]
}