|
8 | 8 | { |
9 | 9 | "title": "Simpliest", |
10 | 10 | "description": "No responsive, no tokens, just one property: <code>display</code>", |
11 | | - "jsonUrl": "./json_examples/01_simpliest/build.json", |
12 | | - "stats": { |
13 | | - "screenSizes": 0, |
14 | | - "tokenFamilies": 0, |
15 | | - "tokens": 0, |
16 | | - "properties": 1 |
17 | | - } |
| 11 | + "jsonUrl": "./json_examples/01_simpliest/build.json" |
18 | 12 | }, |
19 | 13 | { |
20 | 14 | "title": "Adjusting CSS property prefix", |
21 | 15 | "description": "Setting a custom prefix for CSS property item. No responsive, no tokens, just one property: <code>display</code>", |
22 | | - "jsonUrl": "./json_examples/02_changing_css_property_prefix/build.json", |
23 | | - "stats": { |
24 | | - "screenSizes": 0, |
25 | | - "tokenFamilies": 0, |
26 | | - "tokens": 0, |
27 | | - "properties": 1 |
28 | | - } |
| 16 | + "jsonUrl": "./json_examples/02_changing_css_property_prefix/build.json" |
29 | 17 | }, |
30 | 18 | { |
31 | 19 | "title": "Adding utility <code>!important</code>", |
32 | 20 | "description": "Setting <code>generate_utility: true</code> to a property item", |
33 | | - "jsonUrl": "./json_examples/03_adding_utility/build.json", |
34 | | - "stats": { |
35 | | - "screenSizes": 0, |
36 | | - "tokenFamilies": 0, |
37 | | - "tokens": 0, |
38 | | - "properties": 1 |
39 | | - } |
| 21 | + "jsonUrl": "./json_examples/03_adding_utility/build.json" |
40 | 22 | }, |
41 | 23 | { |
42 | 24 | "title": "Custom value names", |
43 | 25 | "description": "By default, values are displayed as names but you can add custom names.", |
44 | | - "jsonUrl": "./json_examples/04_custom_value_names/build.json", |
45 | | - "stats": { |
46 | | - "screenSizes": 0, |
47 | | - "tokenFamilies": 0, |
48 | | - "tokens": 0, |
49 | | - "properties": 1 |
50 | | - } |
| 26 | + "jsonUrl": "./json_examples/04_custom_value_names/build.json" |
51 | 27 | }, |
52 | 28 | { |
53 | 29 | "title": "Adding responsive", |
54 | 30 | "description": "Adding 3 screen sizes", |
55 | | - "jsonUrl": "./json_examples/05_adding_responsive/build.json", |
56 | | - "stats": { |
57 | | - "screenSizes": 3, |
58 | | - "tokenFamilies": 0, |
59 | | - "tokens": 0, |
60 | | - "properties": 1 |
61 | | - } |
| 31 | + "jsonUrl": "./json_examples/05_adding_responsive/build.json" |
62 | 32 | }, |
63 | 33 | { |
64 | 34 | "title": "Adding responsive selectively", |
65 | 35 | "description": "Responsive is selectively adjustable for each CSS property. The CSS property display is responsive, align-item is not.", |
66 | | - "jsonUrl": "./json_examples/06_adding_responsive_selectively/build.json", |
67 | | - "stats": { |
68 | | - "screenSizes": 3, |
69 | | - "tokenFamilies": 0, |
70 | | - "tokens": 0, |
71 | | - "properties": 2 |
72 | | - } |
| 36 | + "jsonUrl": "./json_examples/06_adding_responsive_selectively/build.json" |
73 | 37 | }, |
74 | 38 | { |
75 | 39 | "title": "Responsive utility", |
76 | 40 | "description": "The <code>!important</code> keyword may be added to the responsive generation selectively for each CSS property just by setting generate_utility to true and responsive to true.", |
77 | | - "jsonUrl": "./json_examples/07_responsive_utility/build.json", |
78 | | - "stats": { |
79 | | - "screenSizes": 3, |
80 | | - "tokenFamilies": 0, |
81 | | - "tokens": 0, |
82 | | - "properties": 1 |
83 | | - } |
| 41 | + "jsonUrl": "./json_examples/07_responsive_utility/build.json" |
84 | 42 | }, |
85 | 43 | { |
86 | 44 | "title": "With tokens", |
87 | 45 | "description": "Tokens are lists of names associated to values, organized by families and reusable on multiple CSS property items. This is an example with <code>generate_from</code> is set to a token family (“colors” for this example).", |
88 | | - "jsonUrl": "./json_examples/08_with_tokens/build.json", |
89 | | - "stats": { |
90 | | - "screenSizes": 0, |
91 | | - "tokenFamilies": 1, |
92 | | - "tokens": 9, |
93 | | - "properties": 3 |
94 | | - } |
| 46 | + "jsonUrl": "./json_examples/08_with_tokens/build.json" |
95 | 47 | }, |
96 | 48 | { |
97 | 49 | "title": "With tokens and custom names", |
98 | 50 | "description": "On each CSS property, you can set standard names and values in addition of tokens.", |
99 | | - "jsonUrl": "./json_examples/09_with_tokens_and_custom_names/build.json", |
100 | | - "stats": { |
101 | | - "screenSizes": 0, |
102 | | - "tokenFamilies": 1, |
103 | | - "tokens": 9, |
104 | | - "properties": 3 |
105 | | - } |
| 51 | + "jsonUrl": "./json_examples/09_with_tokens_and_custom_names/build.json" |
| 52 | + }, |
| 53 | + { |
| 54 | + "title": "Using multiple classes for a single CSS property", |
| 55 | + "description": "Advanced usage, for example, how to deal with <code>transform</code> and its mulitple functions available as multiple values?", |
| 56 | + "jsonUrl": "./json_examples/10_multiple_classes_single_property/build.json" |
106 | 57 | }, |
107 | 58 | { |
108 | 59 | "title": "BRiCSS website", |
|
0 commit comments