@medyll/cssfabric 0.0.14 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. package/bin/index.js +7 -0
  2. package/gulpfile.js +3 -15
  3. package/lib/styles/core/animation/animation.css +0 -215
  4. package/lib/styles/core/animation/animation.min.css +0 -1
  5. package/lib/styles/core/box/box.css +1038 -852
  6. package/lib/styles/core/box/box.min.css +1 -1
  7. package/lib/styles/core/box/box.responsive.css +5253 -6588
  8. package/lib/styles/core/box/box.responsive.min.css +1 -1
  9. package/lib/styles/core/color/color.css +36 -36
  10. package/lib/styles/core/color/color.min.css +1 -1
  11. package/lib/styles/core/color/color.responsive.css +185 -1110
  12. package/lib/styles/core/color/color.responsive.min.css +1 -1
  13. package/lib/styles/core/flex/flex.css +56 -72
  14. package/lib/styles/core/flex/flex.min.css +1 -1
  15. package/lib/styles/core/flex/flex.responsive.css +286 -508
  16. package/lib/styles/core/flex/flex.responsive.min.css +1 -1
  17. package/lib/styles/core/grid/grid.css +103 -34
  18. package/lib/styles/core/grid/grid.min.css +1 -1
  19. package/lib/styles/core/grid/grid.responsive.css +506 -213
  20. package/lib/styles/core/grid/grid.responsive.min.css +1 -1
  21. package/lib/styles/core/menu/menu.responsive.css +5 -86
  22. package/lib/styles/core/menu/menu.responsive.min.css +1 -1
  23. package/lib/styles/core/overflow/overflow.css +59 -83
  24. package/lib/styles/core/overflow/overflow.min.css +1 -1
  25. package/lib/styles/core/overflow/overflow.responsive.css +305 -486
  26. package/lib/styles/core/overflow/overflow.responsive.min.css +1 -1
  27. package/lib/styles/core/scale/scale.css +192 -192
  28. package/lib/styles/core/scale/scale.min.css +1 -1
  29. package/lib/styles/core/scale/scale.responsive.css +965 -1606
  30. package/lib/styles/core/scale/scale.responsive.min.css +1 -1
  31. package/lib/styles/core/table/table.css +71 -70
  32. package/lib/styles/core/table/table.responsive.css +5 -79
  33. package/lib/styles/core/table/table.responsive.min.css +1 -1
  34. package/lib/styles/core/text/text.responsive.css +5 -154
  35. package/lib/styles/core/text/text.responsive.min.css +1 -1
  36. package/lib/styles/core/vars.css +37 -41
  37. package/lib/styles/core/vars.min.css +1 -1
  38. package/lib/styles/core/zindex/zindex.css +42 -348
  39. package/lib/styles/core/zindex/zindex.min.css +1 -1
  40. package/lib/styles/cssfabric.css +1528 -3792
  41. package/lib/styles/cssfabric.min.css +7 -7
  42. package/lib/styles/cssfabric.responsive.css +13034 -16229
  43. package/lib/styles/cssfabric.responsive.min.css +9 -9
  44. package/package.json +13 -11
  45. package/src/_generated/export.variables.json +171 -167
  46. package/src/cssfabric/_utils.scss +1 -1
  47. package/src/cssfabric/modules/_cssfabric-config.scss +8 -6
  48. package/src/cssfabric/modules/animation/animation.scss +2 -2
  49. package/src/cssfabric/modules/box/_box-build.scss +57 -4
  50. package/src/cssfabric/modules/box/_box-vars.scss +1 -1
  51. package/src/cssfabric/modules/box/box-responsive.scss +2 -2
  52. package/src/cssfabric/modules/color/_color-build.scss +1 -1
  53. package/src/cssfabric/modules/color/color-responsive.scss +1 -1
  54. package/src/cssfabric/modules/flex/_flex-build.scss +35 -54
  55. package/src/cssfabric/modules/flex/_flex-vars.scss +3 -6
  56. package/src/cssfabric/modules/grid/_grid-build.scss +42 -49
  57. package/src/cssfabric/modules/grid/_grid-vars.scss +6 -5
  58. package/src/cssfabric/modules/grid/grid-responsive.scss +1 -1
  59. package/src/cssfabric/modules/menu/menu-responsive.scss +1 -1
  60. package/src/cssfabric/modules/overflow/overflow-responsive.scss +1 -1
  61. package/src/cssfabric/modules/scale/_scale-build.scss +1 -1
  62. package/src/cssfabric/modules/scale/scale-responsive.scss +1 -1
  63. package/src/cssfabric/modules/table/table-responsive.scss +1 -1
  64. package/src/cssfabric/modules/text/text-responsive.scss +1 -1
  65. package/src/cssfabric/modules/theme/_theme-build.scss +2 -0
  66. package/src/cssfabric/modules/vars.scss +5 -6
  67. package/src/cssfabric/modules/zindex/_zindex-vars.scss +8 -13
  68. package/src/cssfabric/modules/zindex/zindex.scss +6 -10
  69. package/lib/styles/core/main.css +0 -2263
  70. package/src/cssfabric/modules/main.scss +0 -3
@@ -1,639 +1,639 @@
1
- .w-full, .scale-w-full {
1
+ .w-full {
2
2
  width: 100%;
3
3
  }
4
- .w-full-max, .scale-w-full-max {
4
+ .w-full-max {
5
5
  max-width: 100%;
6
6
  }
7
- .w-full-min, .scale-w-full-min {
7
+ .w-full-min {
8
8
  min-width: 100%;
9
9
  }
10
10
 
11
- .w-mid, .scale-w-mid {
11
+ .w-mid {
12
12
  width: 50%;
13
13
  }
14
- .w-mid-max, .scale-w-mid-max {
14
+ .w-mid-max {
15
15
  max-width: 50%;
16
16
  }
17
- .w-mid-min, .scale-w-mid-min {
17
+ .w-mid-min {
18
18
  min-width: 50%;
19
19
  }
20
20
 
21
- .w-quarter, .scale-w-quarter {
21
+ .w-quarter {
22
22
  width: 25%;
23
23
  }
24
- .w-quarter-max, .scale-w-quarter-max {
24
+ .w-quarter-max {
25
25
  max-width: 25%;
26
26
  }
27
- .w-quarter-min, .scale-w-quarter-min {
27
+ .w-quarter-min {
28
28
  min-width: 25%;
29
29
  }
30
30
 
31
- .w-tiers, .scale-w-tiers {
31
+ .w-tiers {
32
32
  width: 33%;
33
33
  }
34
- .w-tiers-max, .scale-w-tiers-max {
34
+ .w-tiers-max {
35
35
  max-width: 33%;
36
36
  }
37
- .w-tiers-min, .scale-w-tiers-min {
37
+ .w-tiers-min {
38
38
  min-width: 33%;
39
39
  }
40
40
 
41
- .w-content-max, .scale-w-content-max {
41
+ .w-content-max {
42
42
  width: max-content;
43
43
  }
44
- .w-content-max-max, .scale-w-content-max-max {
44
+ .w-content-max-max {
45
45
  max-width: max-content;
46
46
  }
47
- .w-content-max-min, .scale-w-content-max-min {
47
+ .w-content-max-min {
48
48
  min-width: max-content;
49
49
  }
50
50
 
51
- .w-content-min, .scale-w-content-min {
51
+ .w-content-min {
52
52
  width: min-content;
53
53
  }
54
- .w-content-min-max, .scale-w-content-min-max {
54
+ .w-content-min-max {
55
55
  max-width: min-content;
56
56
  }
57
- .w-content-min-min, .scale-w-content-min-min {
57
+ .w-content-min-min {
58
58
  min-width: min-content;
59
59
  }
60
60
 
61
- .w-1, .scale-w-1 {
61
+ .w-1 {
62
62
  width: 1rem;
63
63
  }
64
- .w-1-max, .scale-w-1-max {
64
+ .w-1-max {
65
65
  max-width: 1rem;
66
66
  }
67
- .w-1-min, .scale-w-1-min {
67
+ .w-1-min {
68
68
  min-width: 1rem;
69
69
  }
70
70
 
71
- .w-2, .scale-w-2 {
71
+ .w-2 {
72
72
  width: 2rem;
73
73
  }
74
- .w-2-max, .scale-w-2-max {
74
+ .w-2-max {
75
75
  max-width: 2rem;
76
76
  }
77
- .w-2-min, .scale-w-2-min {
77
+ .w-2-min {
78
78
  min-width: 2rem;
79
79
  }
80
80
 
81
- .w-4, .scale-w-4 {
81
+ .w-4 {
82
82
  width: 4rem;
83
83
  }
84
- .w-4-max, .scale-w-4-max {
84
+ .w-4-max {
85
85
  max-width: 4rem;
86
86
  }
87
- .w-4-min, .scale-w-4-min {
87
+ .w-4-min {
88
88
  min-width: 4rem;
89
89
  }
90
90
 
91
- .w-8, .scale-w-8 {
91
+ .w-8 {
92
92
  width: 8rem;
93
93
  }
94
- .w-8-max, .scale-w-8-max {
94
+ .w-8-max {
95
95
  max-width: 8rem;
96
96
  }
97
- .w-8-min, .scale-w-8-min {
97
+ .w-8-min {
98
98
  min-width: 8rem;
99
99
  }
100
100
 
101
- .w-16, .scale-w-16 {
101
+ .w-16 {
102
102
  width: 16rem;
103
103
  }
104
- .w-16-max, .scale-w-16-max {
104
+ .w-16-max {
105
105
  max-width: 16rem;
106
106
  }
107
- .w-16-min, .scale-w-16-min {
107
+ .w-16-min {
108
108
  min-width: 16rem;
109
109
  }
110
110
 
111
- .w-24, .scale-w-24 {
111
+ .w-24 {
112
112
  width: 24rem;
113
113
  }
114
- .w-24-max, .scale-w-24-max {
114
+ .w-24-max {
115
115
  max-width: 24rem;
116
116
  }
117
- .w-24-min, .scale-w-24-min {
117
+ .w-24-min {
118
118
  min-width: 24rem;
119
119
  }
120
120
 
121
- .w-32, .scale-w-32 {
121
+ .w-32 {
122
122
  width: 32rem;
123
123
  }
124
- .w-32-max, .scale-w-32-max {
124
+ .w-32-max {
125
125
  max-width: 32rem;
126
126
  }
127
- .w-32-min, .scale-w-32-min {
127
+ .w-32-min {
128
128
  min-width: 32rem;
129
129
  }
130
130
 
131
- .w-48, .scale-w-48 {
131
+ .w-48 {
132
132
  width: 48rem;
133
133
  }
134
- .w-48-max, .scale-w-48-max {
134
+ .w-48-max {
135
135
  max-width: 48rem;
136
136
  }
137
- .w-48-min, .scale-w-48-min {
137
+ .w-48-min {
138
138
  min-width: 48rem;
139
139
  }
140
140
 
141
- .w-64, .scale-w-64 {
141
+ .w-64 {
142
142
  width: 64rem;
143
143
  }
144
- .w-64-max, .scale-w-64-max {
144
+ .w-64-max {
145
145
  max-width: 64rem;
146
146
  }
147
- .w-64-min, .scale-w-64-min {
147
+ .w-64-min {
148
148
  min-width: 64rem;
149
149
  }
150
150
 
151
- .w-1-5, .scale-w-1-5 {
151
+ .w-1-5 {
152
152
  width: 20%;
153
153
  }
154
- .w-1-5-max, .scale-w-1-5-max {
154
+ .w-1-5-max {
155
155
  max-width: 20%;
156
156
  }
157
- .w-1-5-min, .scale-w-1-5-min {
157
+ .w-1-5-min {
158
158
  min-width: 20%;
159
159
  }
160
160
 
161
- .w-2-5, .scale-w-2-5 {
161
+ .w-2-5 {
162
162
  width: 40%;
163
163
  }
164
- .w-2-5-max, .scale-w-2-5-max {
164
+ .w-2-5-max {
165
165
  max-width: 40%;
166
166
  }
167
- .w-2-5-min, .scale-w-2-5-min {
167
+ .w-2-5-min {
168
168
  min-width: 40%;
169
169
  }
170
170
 
171
- .w-3-5, .scale-w-3-5 {
171
+ .w-3-5 {
172
172
  width: 60%;
173
173
  }
174
- .w-3-5-max, .scale-w-3-5-max {
174
+ .w-3-5-max {
175
175
  max-width: 60%;
176
176
  }
177
- .w-3-5-min, .scale-w-3-5-min {
177
+ .w-3-5-min {
178
178
  min-width: 60%;
179
179
  }
180
180
 
181
- .w-4-5, .scale-w-4-5 {
181
+ .w-4-5 {
182
182
  width: 80%;
183
183
  }
184
- .w-4-5-max, .scale-w-4-5-max {
184
+ .w-4-5-max {
185
185
  max-width: 80%;
186
186
  }
187
- .w-4-5-min, .scale-w-4-5-min {
187
+ .w-4-5-min {
188
188
  min-width: 80%;
189
189
  }
190
190
 
191
- .w-5-5, .scale-w-5-5 {
191
+ .w-5-5 {
192
192
  width: 100%;
193
193
  }
194
- .w-5-5-max, .scale-w-5-5-max {
194
+ .w-5-5-max {
195
195
  max-width: 100%;
196
196
  }
197
- .w-5-5-min, .scale-w-5-5-min {
197
+ .w-5-5-min {
198
198
  min-width: 100%;
199
199
  }
200
200
 
201
- .w-1-12, .scale-w-1-12 {
201
+ .w-1-12 {
202
202
  width: 8.3333333333%;
203
203
  }
204
- .w-1-12-max, .scale-w-1-12-max {
204
+ .w-1-12-max {
205
205
  max-width: 8.3333333333%;
206
206
  }
207
- .w-1-12-min, .scale-w-1-12-min {
207
+ .w-1-12-min {
208
208
  min-width: 8.3333333333%;
209
209
  }
210
210
 
211
- .w-2-12, .scale-w-2-12 {
211
+ .w-2-12 {
212
212
  width: 16.6666666667%;
213
213
  }
214
- .w-2-12-max, .scale-w-2-12-max {
214
+ .w-2-12-max {
215
215
  max-width: 16.6666666667%;
216
216
  }
217
- .w-2-12-min, .scale-w-2-12-min {
217
+ .w-2-12-min {
218
218
  min-width: 16.6666666667%;
219
219
  }
220
220
 
221
- .w-3-12, .scale-w-3-12 {
221
+ .w-3-12 {
222
222
  width: 25%;
223
223
  }
224
- .w-3-12-max, .scale-w-3-12-max {
224
+ .w-3-12-max {
225
225
  max-width: 25%;
226
226
  }
227
- .w-3-12-min, .scale-w-3-12-min {
227
+ .w-3-12-min {
228
228
  min-width: 25%;
229
229
  }
230
230
 
231
- .w-4-12, .scale-w-4-12 {
231
+ .w-4-12 {
232
232
  width: 33.3333333333%;
233
233
  }
234
- .w-4-12-max, .scale-w-4-12-max {
234
+ .w-4-12-max {
235
235
  max-width: 33.3333333333%;
236
236
  }
237
- .w-4-12-min, .scale-w-4-12-min {
237
+ .w-4-12-min {
238
238
  min-width: 33.3333333333%;
239
239
  }
240
240
 
241
- .w-5-12, .scale-w-5-12 {
241
+ .w-5-12 {
242
242
  width: 41.6666666667%;
243
243
  }
244
- .w-5-12-max, .scale-w-5-12-max {
244
+ .w-5-12-max {
245
245
  max-width: 41.6666666667%;
246
246
  }
247
- .w-5-12-min, .scale-w-5-12-min {
247
+ .w-5-12-min {
248
248
  min-width: 41.6666666667%;
249
249
  }
250
250
 
251
- .w-6-12, .scale-w-6-12 {
251
+ .w-6-12 {
252
252
  width: 50%;
253
253
  }
254
- .w-6-12-max, .scale-w-6-12-max {
254
+ .w-6-12-max {
255
255
  max-width: 50%;
256
256
  }
257
- .w-6-12-min, .scale-w-6-12-min {
257
+ .w-6-12-min {
258
258
  min-width: 50%;
259
259
  }
260
260
 
261
- .w-7-12, .scale-w-7-12 {
261
+ .w-7-12 {
262
262
  width: 58.3333333333%;
263
263
  }
264
- .w-7-12-max, .scale-w-7-12-max {
264
+ .w-7-12-max {
265
265
  max-width: 58.3333333333%;
266
266
  }
267
- .w-7-12-min, .scale-w-7-12-min {
267
+ .w-7-12-min {
268
268
  min-width: 58.3333333333%;
269
269
  }
270
270
 
271
- .w-8-12, .scale-w-8-12 {
271
+ .w-8-12 {
272
272
  width: 66.6666666667%;
273
273
  }
274
- .w-8-12-max, .scale-w-8-12-max {
274
+ .w-8-12-max {
275
275
  max-width: 66.6666666667%;
276
276
  }
277
- .w-8-12-min, .scale-w-8-12-min {
277
+ .w-8-12-min {
278
278
  min-width: 66.6666666667%;
279
279
  }
280
280
 
281
- .w-9-12, .scale-w-9-12 {
281
+ .w-9-12 {
282
282
  width: 75%;
283
283
  }
284
- .w-9-12-max, .scale-w-9-12-max {
284
+ .w-9-12-max {
285
285
  max-width: 75%;
286
286
  }
287
- .w-9-12-min, .scale-w-9-12-min {
287
+ .w-9-12-min {
288
288
  min-width: 75%;
289
289
  }
290
290
 
291
- .w-10-12, .scale-w-10-12 {
291
+ .w-10-12 {
292
292
  width: 83.3333333333%;
293
293
  }
294
- .w-10-12-max, .scale-w-10-12-max {
294
+ .w-10-12-max {
295
295
  max-width: 83.3333333333%;
296
296
  }
297
- .w-10-12-min, .scale-w-10-12-min {
297
+ .w-10-12-min {
298
298
  min-width: 83.3333333333%;
299
299
  }
300
300
 
301
- .w-11-12, .scale-w-11-12 {
301
+ .w-11-12 {
302
302
  width: 91.6666666667%;
303
303
  }
304
- .w-11-12-max, .scale-w-11-12-max {
304
+ .w-11-12-max {
305
305
  max-width: 91.6666666667%;
306
306
  }
307
- .w-11-12-min, .scale-w-11-12-min {
307
+ .w-11-12-min {
308
308
  min-width: 91.6666666667%;
309
309
  }
310
310
 
311
- .w-12-12, .scale-w-12-12 {
311
+ .w-12-12 {
312
312
  width: 100%;
313
313
  }
314
- .w-12-12-max, .scale-w-12-12-max {
314
+ .w-12-12-max {
315
315
  max-width: 100%;
316
316
  }
317
- .w-12-12-min, .scale-w-12-12-min {
317
+ .w-12-12-min {
318
318
  min-width: 100%;
319
319
  }
320
320
 
321
- .h-full, .scale-h-full {
321
+ .h-full {
322
322
  height: 100%;
323
323
  }
324
- .h-full-max, .scale-h-full-max {
324
+ .h-full-max {
325
325
  max-height: 100%;
326
326
  }
327
- .h-full-min, .scale-h-full-min {
327
+ .h-full-min {
328
328
  min-height: 100%;
329
329
  }
330
330
 
331
- .h-mid, .scale-h-mid {
331
+ .h-mid {
332
332
  height: 50%;
333
333
  }
334
- .h-mid-max, .scale-h-mid-max {
334
+ .h-mid-max {
335
335
  max-height: 50%;
336
336
  }
337
- .h-mid-min, .scale-h-mid-min {
337
+ .h-mid-min {
338
338
  min-height: 50%;
339
339
  }
340
340
 
341
- .h-quarter, .scale-h-quarter {
341
+ .h-quarter {
342
342
  height: 25%;
343
343
  }
344
- .h-quarter-max, .scale-h-quarter-max {
344
+ .h-quarter-max {
345
345
  max-height: 25%;
346
346
  }
347
- .h-quarter-min, .scale-h-quarter-min {
347
+ .h-quarter-min {
348
348
  min-height: 25%;
349
349
  }
350
350
 
351
- .h-tiers, .scale-h-tiers {
351
+ .h-tiers {
352
352
  height: 33%;
353
353
  }
354
- .h-tiers-max, .scale-h-tiers-max {
354
+ .h-tiers-max {
355
355
  max-height: 33%;
356
356
  }
357
- .h-tiers-min, .scale-h-tiers-min {
357
+ .h-tiers-min {
358
358
  min-height: 33%;
359
359
  }
360
360
 
361
- .h-content-max, .scale-h-content-max {
361
+ .h-content-max {
362
362
  height: max-content;
363
363
  }
364
- .h-content-max-max, .scale-h-content-max-max {
364
+ .h-content-max-max {
365
365
  max-height: max-content;
366
366
  }
367
- .h-content-max-min, .scale-h-content-max-min {
367
+ .h-content-max-min {
368
368
  min-height: max-content;
369
369
  }
370
370
 
371
- .h-content-min, .scale-h-content-min {
371
+ .h-content-min {
372
372
  height: min-content;
373
373
  }
374
- .h-content-min-max, .scale-h-content-min-max {
374
+ .h-content-min-max {
375
375
  max-height: min-content;
376
376
  }
377
- .h-content-min-min, .scale-h-content-min-min {
377
+ .h-content-min-min {
378
378
  min-height: min-content;
379
379
  }
380
380
 
381
- .h-1, .scale-h-1 {
381
+ .h-1 {
382
382
  height: 1rem;
383
383
  }
384
- .h-1-max, .scale-h-1-max {
384
+ .h-1-max {
385
385
  max-height: 1rem;
386
386
  }
387
- .h-1-min, .scale-h-1-min {
387
+ .h-1-min {
388
388
  min-height: 1rem;
389
389
  }
390
390
 
391
- .h-2, .scale-h-2 {
391
+ .h-2 {
392
392
  height: 2rem;
393
393
  }
394
- .h-2-max, .scale-h-2-max {
394
+ .h-2-max {
395
395
  max-height: 2rem;
396
396
  }
397
- .h-2-min, .scale-h-2-min {
397
+ .h-2-min {
398
398
  min-height: 2rem;
399
399
  }
400
400
 
401
- .h-4, .scale-h-4 {
401
+ .h-4 {
402
402
  height: 4rem;
403
403
  }
404
- .h-4-max, .scale-h-4-max {
404
+ .h-4-max {
405
405
  max-height: 4rem;
406
406
  }
407
- .h-4-min, .scale-h-4-min {
407
+ .h-4-min {
408
408
  min-height: 4rem;
409
409
  }
410
410
 
411
- .h-8, .scale-h-8 {
411
+ .h-8 {
412
412
  height: 8rem;
413
413
  }
414
- .h-8-max, .scale-h-8-max {
414
+ .h-8-max {
415
415
  max-height: 8rem;
416
416
  }
417
- .h-8-min, .scale-h-8-min {
417
+ .h-8-min {
418
418
  min-height: 8rem;
419
419
  }
420
420
 
421
- .h-16, .scale-h-16 {
421
+ .h-16 {
422
422
  height: 16rem;
423
423
  }
424
- .h-16-max, .scale-h-16-max {
424
+ .h-16-max {
425
425
  max-height: 16rem;
426
426
  }
427
- .h-16-min, .scale-h-16-min {
427
+ .h-16-min {
428
428
  min-height: 16rem;
429
429
  }
430
430
 
431
- .h-24, .scale-h-24 {
431
+ .h-24 {
432
432
  height: 24rem;
433
433
  }
434
- .h-24-max, .scale-h-24-max {
434
+ .h-24-max {
435
435
  max-height: 24rem;
436
436
  }
437
- .h-24-min, .scale-h-24-min {
437
+ .h-24-min {
438
438
  min-height: 24rem;
439
439
  }
440
440
 
441
- .h-32, .scale-h-32 {
441
+ .h-32 {
442
442
  height: 32rem;
443
443
  }
444
- .h-32-max, .scale-h-32-max {
444
+ .h-32-max {
445
445
  max-height: 32rem;
446
446
  }
447
- .h-32-min, .scale-h-32-min {
447
+ .h-32-min {
448
448
  min-height: 32rem;
449
449
  }
450
450
 
451
- .h-48, .scale-h-48 {
451
+ .h-48 {
452
452
  height: 48rem;
453
453
  }
454
- .h-48-max, .scale-h-48-max {
454
+ .h-48-max {
455
455
  max-height: 48rem;
456
456
  }
457
- .h-48-min, .scale-h-48-min {
457
+ .h-48-min {
458
458
  min-height: 48rem;
459
459
  }
460
460
 
461
- .h-64, .scale-h-64 {
461
+ .h-64 {
462
462
  height: 64rem;
463
463
  }
464
- .h-64-max, .scale-h-64-max {
464
+ .h-64-max {
465
465
  max-height: 64rem;
466
466
  }
467
- .h-64-min, .scale-h-64-min {
467
+ .h-64-min {
468
468
  min-height: 64rem;
469
469
  }
470
470
 
471
- .h-1-5, .scale-h-1-5 {
471
+ .h-1-5 {
472
472
  height: 20%;
473
473
  }
474
- .h-1-5-max, .scale-h-1-5-max {
474
+ .h-1-5-max {
475
475
  max-height: 20%;
476
476
  }
477
- .h-1-5-min, .scale-h-1-5-min {
477
+ .h-1-5-min {
478
478
  min-height: 20%;
479
479
  }
480
480
 
481
- .h-2-5, .scale-h-2-5 {
481
+ .h-2-5 {
482
482
  height: 40%;
483
483
  }
484
- .h-2-5-max, .scale-h-2-5-max {
484
+ .h-2-5-max {
485
485
  max-height: 40%;
486
486
  }
487
- .h-2-5-min, .scale-h-2-5-min {
487
+ .h-2-5-min {
488
488
  min-height: 40%;
489
489
  }
490
490
 
491
- .h-3-5, .scale-h-3-5 {
491
+ .h-3-5 {
492
492
  height: 60%;
493
493
  }
494
- .h-3-5-max, .scale-h-3-5-max {
494
+ .h-3-5-max {
495
495
  max-height: 60%;
496
496
  }
497
- .h-3-5-min, .scale-h-3-5-min {
497
+ .h-3-5-min {
498
498
  min-height: 60%;
499
499
  }
500
500
 
501
- .h-4-5, .scale-h-4-5 {
501
+ .h-4-5 {
502
502
  height: 80%;
503
503
  }
504
- .h-4-5-max, .scale-h-4-5-max {
504
+ .h-4-5-max {
505
505
  max-height: 80%;
506
506
  }
507
- .h-4-5-min, .scale-h-4-5-min {
507
+ .h-4-5-min {
508
508
  min-height: 80%;
509
509
  }
510
510
 
511
- .h-5-5, .scale-h-5-5 {
511
+ .h-5-5 {
512
512
  height: 100%;
513
513
  }
514
- .h-5-5-max, .scale-h-5-5-max {
514
+ .h-5-5-max {
515
515
  max-height: 100%;
516
516
  }
517
- .h-5-5-min, .scale-h-5-5-min {
517
+ .h-5-5-min {
518
518
  min-height: 100%;
519
519
  }
520
520
 
521
- .h-1-12, .scale-h-1-12 {
521
+ .h-1-12 {
522
522
  height: 8.3333333333%;
523
523
  }
524
- .h-1-12-max, .scale-h-1-12-max {
524
+ .h-1-12-max {
525
525
  max-height: 8.3333333333%;
526
526
  }
527
- .h-1-12-min, .scale-h-1-12-min {
527
+ .h-1-12-min {
528
528
  min-height: 8.3333333333%;
529
529
  }
530
530
 
531
- .h-2-12, .scale-h-2-12 {
531
+ .h-2-12 {
532
532
  height: 16.6666666667%;
533
533
  }
534
- .h-2-12-max, .scale-h-2-12-max {
534
+ .h-2-12-max {
535
535
  max-height: 16.6666666667%;
536
536
  }
537
- .h-2-12-min, .scale-h-2-12-min {
537
+ .h-2-12-min {
538
538
  min-height: 16.6666666667%;
539
539
  }
540
540
 
541
- .h-3-12, .scale-h-3-12 {
541
+ .h-3-12 {
542
542
  height: 25%;
543
543
  }
544
- .h-3-12-max, .scale-h-3-12-max {
544
+ .h-3-12-max {
545
545
  max-height: 25%;
546
546
  }
547
- .h-3-12-min, .scale-h-3-12-min {
547
+ .h-3-12-min {
548
548
  min-height: 25%;
549
549
  }
550
550
 
551
- .h-4-12, .scale-h-4-12 {
551
+ .h-4-12 {
552
552
  height: 33.3333333333%;
553
553
  }
554
- .h-4-12-max, .scale-h-4-12-max {
554
+ .h-4-12-max {
555
555
  max-height: 33.3333333333%;
556
556
  }
557
- .h-4-12-min, .scale-h-4-12-min {
557
+ .h-4-12-min {
558
558
  min-height: 33.3333333333%;
559
559
  }
560
560
 
561
- .h-5-12, .scale-h-5-12 {
561
+ .h-5-12 {
562
562
  height: 41.6666666667%;
563
563
  }
564
- .h-5-12-max, .scale-h-5-12-max {
564
+ .h-5-12-max {
565
565
  max-height: 41.6666666667%;
566
566
  }
567
- .h-5-12-min, .scale-h-5-12-min {
567
+ .h-5-12-min {
568
568
  min-height: 41.6666666667%;
569
569
  }
570
570
 
571
- .h-6-12, .scale-h-6-12 {
571
+ .h-6-12 {
572
572
  height: 50%;
573
573
  }
574
- .h-6-12-max, .scale-h-6-12-max {
574
+ .h-6-12-max {
575
575
  max-height: 50%;
576
576
  }
577
- .h-6-12-min, .scale-h-6-12-min {
577
+ .h-6-12-min {
578
578
  min-height: 50%;
579
579
  }
580
580
 
581
- .h-7-12, .scale-h-7-12 {
581
+ .h-7-12 {
582
582
  height: 58.3333333333%;
583
583
  }
584
- .h-7-12-max, .scale-h-7-12-max {
584
+ .h-7-12-max {
585
585
  max-height: 58.3333333333%;
586
586
  }
587
- .h-7-12-min, .scale-h-7-12-min {
587
+ .h-7-12-min {
588
588
  min-height: 58.3333333333%;
589
589
  }
590
590
 
591
- .h-8-12, .scale-h-8-12 {
591
+ .h-8-12 {
592
592
  height: 66.6666666667%;
593
593
  }
594
- .h-8-12-max, .scale-h-8-12-max {
594
+ .h-8-12-max {
595
595
  max-height: 66.6666666667%;
596
596
  }
597
- .h-8-12-min, .scale-h-8-12-min {
597
+ .h-8-12-min {
598
598
  min-height: 66.6666666667%;
599
599
  }
600
600
 
601
- .h-9-12, .scale-h-9-12 {
601
+ .h-9-12 {
602
602
  height: 75%;
603
603
  }
604
- .h-9-12-max, .scale-h-9-12-max {
604
+ .h-9-12-max {
605
605
  max-height: 75%;
606
606
  }
607
- .h-9-12-min, .scale-h-9-12-min {
607
+ .h-9-12-min {
608
608
  min-height: 75%;
609
609
  }
610
610
 
611
- .h-10-12, .scale-h-10-12 {
611
+ .h-10-12 {
612
612
  height: 83.3333333333%;
613
613
  }
614
- .h-10-12-max, .scale-h-10-12-max {
614
+ .h-10-12-max {
615
615
  max-height: 83.3333333333%;
616
616
  }
617
- .h-10-12-min, .scale-h-10-12-min {
617
+ .h-10-12-min {
618
618
  min-height: 83.3333333333%;
619
619
  }
620
620
 
621
- .h-11-12, .scale-h-11-12 {
621
+ .h-11-12 {
622
622
  height: 91.6666666667%;
623
623
  }
624
- .h-11-12-max, .scale-h-11-12-max {
624
+ .h-11-12-max {
625
625
  max-height: 91.6666666667%;
626
626
  }
627
- .h-11-12-min, .scale-h-11-12-min {
627
+ .h-11-12-min {
628
628
  min-height: 91.6666666667%;
629
629
  }
630
630
 
631
- .h-12-12, .scale-h-12-12 {
631
+ .h-12-12 {
632
632
  height: 100%;
633
633
  }
634
- .h-12-12-max, .scale-h-12-12-max {
634
+ .h-12-12-max {
635
635
  max-height: 100%;
636
636
  }
637
- .h-12-12-min, .scale-h-12-12-min {
637
+ .h-12-12-min {
638
638
  min-height: 100%;
639
639
  }