yummacss 1.1.0 → 1.2.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.
@@ -6,90 +6,90 @@ $utilities: (
6
6
  (
7
7
  "prefix": "b",
8
8
  "values": (
9
- "0": $base-border * 0,
10
- "1": $base-border,
11
- "2": $base-border * 2,
12
- "3": $base-border * 4,
13
- "4": $base-border * 6,
14
- "5": $base-border * 8,
15
- "6": $base-border * 10,
16
- "7": $base-border * 12,
17
- "8": $base-border * 14
9
+ "0": $yma-border * 0,
10
+ "1": $yma-border,
11
+ "2": $yma-border * 2,
12
+ "3": $yma-border * 4,
13
+ "4": $yma-border * 6,
14
+ "5": $yma-border * 8,
15
+ "6": $yma-border * 10,
16
+ "7": $yma-border * 12,
17
+ "8": $yma-border * 14
18
18
  )
19
19
  ),
20
20
 
21
21
  "border-bottom-width": (
22
22
  "prefix": "bb",
23
23
  "values": (
24
- "0": $base-border * 0,
25
- "1": $base-border,
26
- "2": $base-border * 2,
27
- "3": $base-border * 4,
28
- "4": $base-border * 6,
29
- "5": $base-border * 8,
30
- "6": $base-border * 10,
31
- "7": $base-border * 12,
32
- "8": $base-border * 14
24
+ "0": $yma-border * 0,
25
+ "1": $yma-border,
26
+ "2": $yma-border * 2,
27
+ "3": $yma-border * 4,
28
+ "4": $yma-border * 6,
29
+ "5": $yma-border * 8,
30
+ "6": $yma-border * 10,
31
+ "7": $yma-border * 12,
32
+ "8": $yma-border * 14
33
33
  )
34
34
  ),
35
35
 
36
36
  "border-left-width": (
37
37
  "prefix": "bl",
38
38
  "values": (
39
- "0": $base-border * 0,
40
- "1": $base-border,
41
- "2": $base-border * 2,
42
- "3": $base-border * 4,
43
- "4": $base-border * 6,
44
- "5": $base-border * 8,
45
- "6": $base-border * 10,
46
- "7": $base-border * 12,
47
- "8": $base-border * 14
39
+ "0": $yma-border * 0,
40
+ "1": $yma-border,
41
+ "2": $yma-border * 2,
42
+ "3": $yma-border * 4,
43
+ "4": $yma-border * 6,
44
+ "5": $yma-border * 8,
45
+ "6": $yma-border * 10,
46
+ "7": $yma-border * 12,
47
+ "8": $yma-border * 14
48
48
  )
49
49
  ),
50
50
 
51
51
  "border-right-width": (
52
52
  "prefix": "br",
53
53
  "values": (
54
- "0": $base-border * 0,
55
- "1": $base-border,
56
- "2": $base-border * 2,
57
- "3": $base-border * 4,
58
- "4": $base-border * 6,
59
- "5": $base-border * 8,
60
- "6": $base-border * 10,
61
- "7": $base-border * 12,
62
- "8": $base-border * 14
54
+ "0": $yma-border * 0,
55
+ "1": $yma-border,
56
+ "2": $yma-border * 2,
57
+ "3": $yma-border * 4,
58
+ "4": $yma-border * 6,
59
+ "5": $yma-border * 8,
60
+ "6": $yma-border * 10,
61
+ "7": $yma-border * 12,
62
+ "8": $yma-border * 14
63
63
  )
64
64
  ),
65
65
 
66
66
  "border-top-width": (
67
67
  "prefix": "bt",
68
68
  "values": (
69
- "0": $base-border * 0,
70
- "1": $base-border,
71
- "2": $base-border * 2,
72
- "3": $base-border * 4,
73
- "4": $base-border * 6,
74
- "5": $base-border * 8,
75
- "6": $base-border * 10,
76
- "7": $base-border * 12,
77
- "8": $base-border * 14
69
+ "0": $yma-border * 0,
70
+ "1": $yma-border,
71
+ "2": $yma-border * 2,
72
+ "3": $yma-border * 4,
73
+ "4": $yma-border * 6,
74
+ "5": $yma-border * 8,
75
+ "6": $yma-border * 10,
76
+ "7": $yma-border * 12,
77
+ "8": $yma-border * 14
78
78
  )
79
79
  ),
80
80
 
81
81
  "border-radius": (
82
82
  "prefix": "rad",
83
83
  "values": (
84
- "0": $base-border-radius * 0,
85
- "1": $base-border-radius,
86
- "2": $base-border-radius * 2,
87
- "3": $base-border-radius * 4,
88
- "4": $base-border-radius * 6,
89
- "5": $base-border-radius * 8,
90
- "6": $base-border-radius * 10,
91
- "7": $base-border-radius * 12,
92
- "8": $base-border-radius * 14,
84
+ "0": $yma-border-radius * 0,
85
+ "1": $yma-border-radius,
86
+ "2": $yma-border-radius * 2,
87
+ "3": $yma-border-radius * 4,
88
+ "4": $yma-border-radius * 6,
89
+ "5": $yma-border-radius * 8,
90
+ "6": $yma-border-radius * 10,
91
+ "7": $yma-border-radius * 12,
92
+ "8": $yma-border-radius * 14,
93
93
  "full": 100%,
94
94
  "half": 50%
95
95
  )
@@ -98,67 +98,67 @@ $utilities: (
98
98
  "border-top-left-radius": (
99
99
  "prefix": "rad-tl",
100
100
  "values": (
101
- "0": $base-border-radius * 0,
102
- "1": $base-border-radius,
103
- "2": $base-border-radius * 2,
104
- "3": $base-border-radius * 4,
105
- "4": $base-border-radius * 6,
106
- "5": $base-border-radius * 8,
107
- "6": $base-border-radius * 10,
108
- "7": $base-border-radius * 12,
109
- "8": $base-border-radius * 14
101
+ "0": $yma-border-radius * 0,
102
+ "1": $yma-border-radius,
103
+ "2": $yma-border-radius * 2,
104
+ "3": $yma-border-radius * 4,
105
+ "4": $yma-border-radius * 6,
106
+ "5": $yma-border-radius * 8,
107
+ "6": $yma-border-radius * 10,
108
+ "7": $yma-border-radius * 12,
109
+ "8": $yma-border-radius * 14
110
110
  )
111
111
  ),
112
112
 
113
113
  "border-top-right-radius": (
114
114
  "prefix": "rad-tr",
115
115
  "values": (
116
- "0": $base-border-radius * 0,
117
- "1": $base-border-radius,
118
- "2": $base-border-radius * 2,
119
- "3": $base-border-radius * 4,
120
- "4": $base-border-radius * 6,
121
- "5": $base-border-radius * 8,
122
- "6": $base-border-radius * 10,
123
- "7": $base-border-radius * 12,
124
- "8": $base-border-radius * 14
116
+ "0": $yma-border-radius * 0,
117
+ "1": $yma-border-radius,
118
+ "2": $yma-border-radius * 2,
119
+ "3": $yma-border-radius * 4,
120
+ "4": $yma-border-radius * 6,
121
+ "5": $yma-border-radius * 8,
122
+ "6": $yma-border-radius * 10,
123
+ "7": $yma-border-radius * 12,
124
+ "8": $yma-border-radius * 14
125
125
  )
126
126
  ),
127
127
 
128
128
  "border-bottom-left-radius": (
129
129
  "prefix": "rad-bl",
130
130
  "values": (
131
- "0": $base-border-radius * 0,
132
- "1": $base-border-radius,
133
- "2": $base-border-radius * 2,
134
- "3": $base-border-radius * 4,
135
- "4": $base-border-radius * 6,
136
- "5": $base-border-radius * 8,
137
- "6": $base-border-radius * 10,
138
- "7": $base-border-radius * 12,
139
- "8": $base-border-radius * 14
131
+ "0": $yma-border-radius * 0,
132
+ "1": $yma-border-radius,
133
+ "2": $yma-border-radius * 2,
134
+ "3": $yma-border-radius * 4,
135
+ "4": $yma-border-radius * 6,
136
+ "5": $yma-border-radius * 8,
137
+ "6": $yma-border-radius * 10,
138
+ "7": $yma-border-radius * 12,
139
+ "8": $yma-border-radius * 14
140
140
  )
141
141
  ),
142
142
 
143
143
  "border-bottom-right-radius": (
144
144
  "prefix": "rad-br",
145
145
  "values": (
146
- "0": $base-border-radius * 0,
147
- "1": $base-border-radius,
148
- "2": $base-border-radius * 2,
149
- "3": $base-border-radius * 4,
150
- "4": $base-border-radius * 6,
151
- "5": $base-border-radius * 8,
152
- "6": $base-border-radius * 10,
153
- "7": $base-border-radius * 12,
154
- "8": $base-border-radius * 14
146
+ "0": $yma-border-radius * 0,
147
+ "1": $yma-border-radius,
148
+ "2": $yma-border-radius * 2,
149
+ "3": $yma-border-radius * 4,
150
+ "4": $yma-border-radius * 6,
151
+ "5": $yma-border-radius * 8,
152
+ "6": $yma-border-radius * 10,
153
+ "7": $yma-border-radius * 12,
154
+ "8": $yma-border-radius * 14
155
155
  )
156
156
  ),
157
157
 
158
158
  "box-shadow": (
159
159
  "prefix": "bs",
160
160
  "values": (
161
- "default": 1px 3px 5px rgba(0, 0, 0, 0.1),
161
+ "none": none,
162
162
  "xs": 1px 3px 5px -3px rgba(0, 0, 0, 0.1),
163
163
  "sm": 1px 3px 5px -2px rgba(0, 0, 0, 0.1),
164
164
  "md": 1px 3px 5px -1px rgba(0, 0, 0, 0.1),
@@ -225,22 +225,22 @@ $utilities: (
225
225
  "column-gap": (
226
226
  "prefix": "cg",
227
227
  "values": (
228
- "1": $base-column-gap,
229
- "2": $base-column-gap * 2,
230
- "3": $base-column-gap * 3,
231
- "4": $base-column-gap * 4,
232
- "5": $base-column-gap * 5,
233
- "6": $base-column-gap * 6,
234
- "7": $base-column-gap * 7,
235
- "8": $base-column-gap * 8,
236
- "9": $base-column-gap * 9,
237
- "10": $base-column-gap * 10,
238
- "11": $base-column-gap * 11,
239
- "12": $base-column-gap * 12,
240
- "13": $base-column-gap * 13,
241
- "14": $base-column-gap * 14,
242
- "15": $base-column-gap * 15,
243
- "16": $base-column-gap * 16
228
+ "1": $yma-column-gap,
229
+ "2": $yma-column-gap * 2,
230
+ "3": $yma-column-gap * 3,
231
+ "4": $yma-column-gap * 4,
232
+ "5": $yma-column-gap * 5,
233
+ "6": $yma-column-gap * 6,
234
+ "7": $yma-column-gap * 7,
235
+ "8": $yma-column-gap * 8,
236
+ "9": $yma-column-gap * 9,
237
+ "10": $yma-column-gap * 10,
238
+ "11": $yma-column-gap * 11,
239
+ "12": $yma-column-gap * 12,
240
+ "13": $yma-column-gap * 13,
241
+ "14": $yma-column-gap * 14,
242
+ "15": $yma-column-gap * 15,
243
+ "16": $yma-column-gap * 16
244
244
  )
245
245
  ),
246
246
 
@@ -257,28 +257,30 @@ $utilities: (
257
257
  "flex-grow": (
258
258
  "prefix": "fg",
259
259
  "values": (
260
- "1": $base-flex-grow,
261
- "2": $base-flex-grow * 2,
262
- "3": $base-flex-grow * 3,
263
- "4": $base-flex-grow * 4,
264
- "5": $base-flex-grow * 5,
265
- "6": $base-flex-grow * 6,
266
- "7": $base-flex-grow * 7,
267
- "8": $base-flex-grow * 8
260
+ "0": $yma-flex-grow * 0,
261
+ "1": $yma-flex-grow,
262
+ "2": $yma-flex-grow * 2,
263
+ "3": $yma-flex-grow * 3,
264
+ "4": $yma-flex-grow * 4,
265
+ "5": $yma-flex-grow * 5,
266
+ "6": $yma-flex-grow * 6,
267
+ "7": $yma-flex-grow * 7,
268
+ "8": $yma-flex-grow * 8
268
269
  )
269
270
  ),
270
271
 
271
272
  "flex-shrink": (
272
273
  "prefix": "fs",
273
274
  "values": (
274
- "1": $base-flex-shrink,
275
- "2": $base-flex-shrink * 2,
276
- "3": $base-flex-shrink * 3,
277
- "4": $base-flex-shrink * 4,
278
- "5": $base-flex-shrink * 5,
279
- "6": $base-flex-shrink * 6,
280
- "7": $base-flex-shrink * 7,
281
- "8": $base-flex-shrink * 8
275
+ "0": $yma-flex-shrink * 0,
276
+ "1": $yma-flex-shrink,
277
+ "2": $yma-flex-shrink * 2,
278
+ "3": $yma-flex-shrink * 3,
279
+ "4": $yma-flex-shrink * 4,
280
+ "5": $yma-flex-shrink * 5,
281
+ "6": $yma-flex-shrink * 6,
282
+ "7": $yma-flex-shrink * 7,
283
+ "8": $yma-flex-shrink * 8
282
284
  )
283
285
  ),
284
286
 
@@ -294,22 +296,24 @@ $utilities: (
294
296
  "flex": (
295
297
  "prefix": "f",
296
298
  "values": (
297
- "1": $base-flex,
298
- "2": $base-flex * 2,
299
- "3": $base-flex * 3,
300
- "4": $base-flex * 4,
301
- "5": $base-flex * 5,
302
- "6": $base-flex * 6,
303
- "7": $base-flex * 7,
304
- "8": $base-flex * 8,
305
- "9": $base-flex * 9,
306
- "10": $base-flex * 10,
307
- "11": $base-flex * 11,
308
- "12": $base-flex * 12,
309
- "13": $base-flex * 13,
310
- "14": $base-flex * 14,
311
- "15": $base-flex * 15,
312
- "16": $base-flex * 16
299
+ "0": $yma-flex * 0,
300
+ "1": $yma-flex,
301
+ "2": $yma-flex * 2,
302
+ "3": $yma-flex * 3,
303
+ "4": $yma-flex * 4,
304
+ "5": $yma-flex * 5,
305
+ "6": $yma-flex * 6,
306
+ "7": $yma-flex * 7,
307
+ "8": $yma-flex * 8,
308
+ "9": $yma-flex * 9,
309
+ "10": $yma-flex * 10,
310
+ "11": $yma-flex * 11,
311
+ "12": $yma-flex * 12,
312
+ "13": $yma-flex * 13,
313
+ "14": $yma-flex * 14,
314
+ "15": $yma-flex * 15,
315
+ "16": $yma-flex * 16,
316
+ "none": none
313
317
  )
314
318
  ),
315
319
 
@@ -343,44 +347,44 @@ $utilities: (
343
347
  "grid-template-columns": (
344
348
  "prefix": "gtc",
345
349
  "values": (
346
- "1": repeat(1, auto),
347
- "2": repeat(2, auto),
348
- "3": repeat(3, auto),
349
- "4": repeat(4, auto),
350
- "5": repeat(5, auto),
351
- "6": repeat(6, auto),
352
- "7": repeat(7, auto),
353
- "8": repeat(8, auto),
354
- "9": repeat(9, auto),
355
- "10": repeat(10, auto),
356
- "11": repeat(11, auto),
357
- "12": repeat(12, auto),
358
- "13": repeat(13, auto),
359
- "14": repeat(14, auto),
360
- "15": repeat(15, auto),
361
- "16": repeat(16, auto)
350
+ "1": repeat(1, minmax(0, 1fr)),
351
+ "2": repeat(2, minmax(0, 1fr)),
352
+ "3": repeat(3, minmax(0, 1fr)),
353
+ "4": repeat(4, minmax(0, 1fr)),
354
+ "5": repeat(5, minmax(0, 1fr)),
355
+ "6": repeat(6, minmax(0, 1fr)),
356
+ "7": repeat(7, minmax(0, 1fr)),
357
+ "8": repeat(8, minmax(0, 1fr)),
358
+ "9": repeat(9, minmax(0, 1fr)),
359
+ "10": repeat(10, minmax(0, 1fr)),
360
+ "11": repeat(11, minmax(0, 1fr)),
361
+ "12": repeat(12, minmax(0, 1fr)),
362
+ "13": repeat(13, minmax(0, 1fr)),
363
+ "14": repeat(14, minmax(0, 1fr)),
364
+ "15": repeat(15, minmax(0, 1fr)),
365
+ "16": repeat(16, minmax(0, 1fr))
362
366
  )
363
367
  ),
364
368
 
365
369
  "grid-template-rows": (
366
370
  "prefix": "gtr",
367
371
  "values": (
368
- "1": repeat($base-template-rows, auto),
369
- "2": repeat(2, auto),
370
- "3": repeat(3, auto),
371
- "4": repeat(4, auto),
372
- "5": repeat(5, auto),
373
- "6": repeat(6, auto),
374
- "7": repeat(7, auto),
375
- "8": repeat(8, auto),
376
- "9": repeat(9, auto),
377
- "10": repeat(10, auto),
378
- "11": repeat(11, auto),
379
- "12": repeat(12, auto),
380
- "13": repeat(13, auto),
381
- "14": repeat(14, auto),
382
- "15": repeat(15, auto),
383
- "16": repeat(16, auto)
372
+ "1": repeat(1, minmax(0, 1fr)),
373
+ "2": repeat(2, minmax(0, 1fr)),
374
+ "3": repeat(3, minmax(0, 1fr)),
375
+ "4": repeat(4, minmax(0, 1fr)),
376
+ "5": repeat(5, minmax(0, 1fr)),
377
+ "6": repeat(6, minmax(0, 1fr)),
378
+ "7": repeat(7, minmax(0, 1fr)),
379
+ "8": repeat(8, minmax(0, 1fr)),
380
+ "9": repeat(9, minmax(0, 1fr)),
381
+ "10": repeat(10, minmax(0, 1fr)),
382
+ "11": repeat(11, minmax(0, 1fr)),
383
+ "12": repeat(12, minmax(0, 1fr)),
384
+ "13": repeat(13, minmax(0, 1fr)),
385
+ "14": repeat(14, minmax(0, 1fr)),
386
+ "15": repeat(15, minmax(0, 1fr)),
387
+ "16": repeat(16, minmax(0, 1fr))
384
388
  )
385
389
  ),
386
390
 
@@ -436,22 +440,22 @@ $utilities: (
436
440
  "row-gap": (
437
441
  "prefix": "rg",
438
442
  "values": (
439
- "1": $base-row-gap,
440
- "2": $base-row-gap * 2,
441
- "3": $base-row-gap * 3,
442
- "4": $base-row-gap * 4,
443
- "5": $base-row-gap * 5,
444
- "6": $base-row-gap * 6,
445
- "7": $base-row-gap * 7,
446
- "8": $base-row-gap * 8,
447
- "9": $base-row-gap * 9,
448
- "10": $base-row-gap * 10,
449
- "11": $base-row-gap * 11,
450
- "12": $base-row-gap * 12,
451
- "13": $base-row-gap * 13,
452
- "14": $base-row-gap * 14,
453
- "15": $base-row-gap * 15,
454
- "16": $base-row-gap * 16
443
+ "1": $yma-row-gap,
444
+ "2": $yma-row-gap * 2,
445
+ "3": $yma-row-gap * 3,
446
+ "4": $yma-row-gap * 4,
447
+ "5": $yma-row-gap * 5,
448
+ "6": $yma-row-gap * 6,
449
+ "7": $yma-row-gap * 7,
450
+ "8": $yma-row-gap * 8,
451
+ "9": $yma-row-gap * 9,
452
+ "10": $yma-row-gap * 10,
453
+ "11": $yma-row-gap * 11,
454
+ "12": $yma-row-gap * 12,
455
+ "13": $yma-row-gap * 13,
456
+ "14": $yma-row-gap * 14,
457
+ "15": $yma-row-gap * 15,
458
+ "16": $yma-row-gap * 16
455
459
  )
456
460
  ),
457
461
 
@@ -545,45 +549,45 @@ $utilities: (
545
549
  "columns": (
546
550
  "prefix": "cols",
547
551
  "values": (
548
- "1": $base-columns,
549
- "2": $base-columns * 2,
550
- "3": $base-columns * 3,
551
- "4": $base-columns * 4,
552
- "5": $base-columns * 5,
553
- "6": $base-columns * 6,
554
- "7": $base-columns * 7,
555
- "8": $base-columns * 8,
556
- "9": $base-columns * 9,
557
- "10": $base-columns * 10,
558
- "11": $base-columns * 11,
559
- "12": $base-columns * 12,
560
- "13": $base-columns * 13,
561
- "14": $base-columns * 14,
562
- "15": $base-columns * 15,
563
- "16": $base-columns * 16
552
+ "1": $yma-columns,
553
+ "2": $yma-columns * 2,
554
+ "3": $yma-columns * 3,
555
+ "4": $yma-columns * 4,
556
+ "5": $yma-columns * 5,
557
+ "6": $yma-columns * 6,
558
+ "7": $yma-columns * 7,
559
+ "8": $yma-columns * 8,
560
+ "9": $yma-columns * 9,
561
+ "10": $yma-columns * 10,
562
+ "11": $yma-columns * 11,
563
+ "12": $yma-columns * 12,
564
+ "13": $yma-columns * 13,
565
+ "14": $yma-columns * 14,
566
+ "15": $yma-columns * 15,
567
+ "16": $yma-columns * 16
564
568
  )
565
569
  ),
566
570
 
567
571
  "bottom": (
568
572
  "prefix": "dir-b",
569
573
  "values": (
570
- "default": $base-direction * 0,
571
- "1": $base-direction,
572
- "2": $base-direction * 2,
573
- "3": $base-direction * 4,
574
- "4": $base-direction * 6,
575
- "5": $base-direction * 8,
576
- "6": $base-direction * 10,
577
- "7": $base-direction * 12,
578
- "8": $base-direction * 14,
579
- "9": $base-direction * 16,
580
- "10": $base-direction * 18,
581
- "11": $base-direction * 20,
582
- "12": $base-direction * 22,
583
- "13": $base-direction * 24,
584
- "14": $base-direction * 26,
585
- "15": $base-direction * 28,
586
- "16": $base-direction * 30,
574
+ "0": $yma-direction * 0,
575
+ "1": $yma-direction,
576
+ "2": $yma-direction * 2,
577
+ "3": $yma-direction * 4,
578
+ "4": $yma-direction * 6,
579
+ "5": $yma-direction * 8,
580
+ "6": $yma-direction * 10,
581
+ "7": $yma-direction * 12,
582
+ "8": $yma-direction * 14,
583
+ "9": $yma-direction * 16,
584
+ "10": $yma-direction * 18,
585
+ "11": $yma-direction * 20,
586
+ "12": $yma-direction * 22,
587
+ "13": $yma-direction * 24,
588
+ "14": $yma-direction * 26,
589
+ "15": $yma-direction * 28,
590
+ "16": $yma-direction * 30,
587
591
  "none": none
588
592
  )
589
593
  ),
@@ -591,23 +595,23 @@ $utilities: (
591
595
  "inset": (
592
596
  "prefix": "dir-i",
593
597
  "values": (
594
- "default": $base-direction * 0,
595
- "1": $base-direction,
596
- "2": $base-direction * 2,
597
- "3": $base-direction * 4,
598
- "4": $base-direction * 6,
599
- "5": $base-direction * 8,
600
- "6": $base-direction * 10,
601
- "7": $base-direction * 12,
602
- "8": $base-direction * 14,
603
- "9": $base-direction * 16,
604
- "10": $base-direction * 18,
605
- "11": $base-direction * 20,
606
- "12": $base-direction * 22,
607
- "13": $base-direction * 24,
608
- "14": $base-direction * 26,
609
- "15": $base-direction * 28,
610
- "16": $base-direction * 30,
598
+ "0": $yma-direction * 0,
599
+ "1": $yma-direction,
600
+ "2": $yma-direction * 2,
601
+ "3": $yma-direction * 4,
602
+ "4": $yma-direction * 6,
603
+ "5": $yma-direction * 8,
604
+ "6": $yma-direction * 10,
605
+ "7": $yma-direction * 12,
606
+ "8": $yma-direction * 14,
607
+ "9": $yma-direction * 16,
608
+ "10": $yma-direction * 18,
609
+ "11": $yma-direction * 20,
610
+ "12": $yma-direction * 22,
611
+ "13": $yma-direction * 24,
612
+ "14": $yma-direction * 26,
613
+ "15": $yma-direction * 28,
614
+ "16": $yma-direction * 30,
611
615
  "none": none
612
616
  )
613
617
  ),
@@ -615,23 +619,23 @@ $utilities: (
615
619
  "left": (
616
620
  "prefix": "dir-l",
617
621
  "values": (
618
- "default": $base-direction * 0,
619
- "1": $base-direction,
620
- "2": $base-direction * 2,
621
- "3": $base-direction * 4,
622
- "4": $base-direction * 6,
623
- "5": $base-direction * 8,
624
- "6": $base-direction * 10,
625
- "7": $base-direction * 12,
626
- "8": $base-direction * 14,
627
- "9": $base-direction * 16,
628
- "10": $base-direction * 18,
629
- "11": $base-direction * 20,
630
- "12": $base-direction * 22,
631
- "13": $base-direction * 24,
632
- "14": $base-direction * 26,
633
- "15": $base-direction * 28,
634
- "16": $base-direction * 30,
622
+ "0": $yma-direction * 0,
623
+ "1": $yma-direction,
624
+ "2": $yma-direction * 2,
625
+ "3": $yma-direction * 4,
626
+ "4": $yma-direction * 6,
627
+ "5": $yma-direction * 8,
628
+ "6": $yma-direction * 10,
629
+ "7": $yma-direction * 12,
630
+ "8": $yma-direction * 14,
631
+ "9": $yma-direction * 16,
632
+ "10": $yma-direction * 18,
633
+ "11": $yma-direction * 20,
634
+ "12": $yma-direction * 22,
635
+ "13": $yma-direction * 24,
636
+ "14": $yma-direction * 26,
637
+ "15": $yma-direction * 28,
638
+ "16": $yma-direction * 30,
635
639
  "none": none
636
640
  )
637
641
  ),
@@ -639,23 +643,23 @@ $utilities: (
639
643
  "right": (
640
644
  "prefix": "dir-r",
641
645
  "values": (
642
- "default": $base-direction * 0,
643
- "1": $base-direction,
644
- "2": $base-direction * 2,
645
- "3": $base-direction * 4,
646
- "4": $base-direction * 6,
647
- "5": $base-direction * 8,
648
- "6": $base-direction * 10,
649
- "7": $base-direction * 12,
650
- "8": $base-direction * 14,
651
- "9": $base-direction * 16,
652
- "10": $base-direction * 18,
653
- "11": $base-direction * 20,
654
- "12": $base-direction * 22,
655
- "13": $base-direction * 24,
656
- "14": $base-direction * 26,
657
- "15": $base-direction * 28,
658
- "16": $base-direction * 30,
646
+ "0": $yma-direction * 0,
647
+ "1": $yma-direction,
648
+ "2": $yma-direction * 2,
649
+ "3": $yma-direction * 4,
650
+ "4": $yma-direction * 6,
651
+ "5": $yma-direction * 8,
652
+ "6": $yma-direction * 10,
653
+ "7": $yma-direction * 12,
654
+ "8": $yma-direction * 14,
655
+ "9": $yma-direction * 16,
656
+ "10": $yma-direction * 18,
657
+ "11": $yma-direction * 20,
658
+ "12": $yma-direction * 22,
659
+ "13": $yma-direction * 24,
660
+ "14": $yma-direction * 26,
661
+ "15": $yma-direction * 28,
662
+ "16": $yma-direction * 30,
659
663
  "none": none
660
664
  )
661
665
  ),
@@ -663,23 +667,23 @@ $utilities: (
663
667
  "top": (
664
668
  "prefix": "dir-t",
665
669
  "values": (
666
- "default": $base-direction * 0,
667
- "1": $base-direction,
668
- "2": $base-direction * 2,
669
- "3": $base-direction * 4,
670
- "4": $base-direction * 6,
671
- "5": $base-direction * 8,
672
- "6": $base-direction * 10,
673
- "7": $base-direction * 12,
674
- "8": $base-direction * 14,
675
- "9": $base-direction * 16,
676
- "10": $base-direction * 18,
677
- "11": $base-direction * 20,
678
- "12": $base-direction * 22,
679
- "13": $base-direction * 24,
680
- "14": $base-direction * 26,
681
- "15": $base-direction * 28,
682
- "16": $base-direction * 30,
670
+ "0": $yma-direction * 0,
671
+ "1": $yma-direction,
672
+ "2": $yma-direction * 2,
673
+ "3": $yma-direction * 4,
674
+ "4": $yma-direction * 6,
675
+ "5": $yma-direction * 8,
676
+ "6": $yma-direction * 10,
677
+ "7": $yma-direction * 12,
678
+ "8": $yma-direction * 14,
679
+ "9": $yma-direction * 16,
680
+ "10": $yma-direction * 18,
681
+ "11": $yma-direction * 20,
682
+ "12": $yma-direction * 22,
683
+ "13": $yma-direction * 24,
684
+ "14": $yma-direction * 26,
685
+ "15": $yma-direction * 28,
686
+ "16": $yma-direction * 30,
683
687
  "none": none
684
688
  )
685
689
  ),
@@ -742,11 +746,14 @@ $utilities: (
742
746
  (
743
747
  "prefix": "fs",
744
748
  "values": (
745
- "xs": $base-font-size-xs,
746
- "sm": $base-font-size-sm,
747
- "md": $base-font-size-md,
748
- "lg": $base-font-size-lg,
749
- "xl": $base-font-size-xl
749
+ "xs": $yma-font-size-xs,
750
+ "sm": $yma-font-size-sm,
751
+ "md": $yma-font-size-md,
752
+ "lg": $yma-font-size-lg,
753
+ "xl": $yma-font-size-xl,
754
+ "2xl": $yma-font-size-2xl,
755
+ "3xl": $yma-font-size-3xl,
756
+ "6xl": $yma-font-size-6xl
750
757
  )
751
758
  ),
752
759
 
@@ -765,6 +772,18 @@ $utilities: (
765
772
  )
766
773
  ),
767
774
 
775
+ "line-height": (
776
+ "prefix": "lh",
777
+ "values": (
778
+ "1": 1,
779
+ "2": 1.25,
780
+ "3": 1.375,
781
+ "4": 1.5,
782
+ "5": 1.625,
783
+ "6": 2
784
+ )
785
+ ),
786
+
768
787
  "list-style-type": (
769
788
  "prefix": "lst",
770
789
  "values": (
@@ -835,96 +854,106 @@ $utilities: (
835
854
  $suffix: #{$i};
836
855
 
837
856
  .h-#{$suffix} {
838
- height: $i * $base-height;
857
+ height: $i * $yma-height;
839
858
  }
840
859
 
841
860
  .max-h-#{$suffix} {
842
- max-height: $i * $base-height;
861
+ max-height: $i * $yma-height;
843
862
  }
844
863
 
845
864
  .min-h-#{$suffix} {
846
- min-height: $i * $base-height;
865
+ min-height: $i * $yma-height;
847
866
  }
848
867
 
849
868
  .w-#{$suffix} {
850
- width: $i * $base-width;
869
+ width: $i * $yma-width;
851
870
  }
852
871
 
853
872
  .max-w-#{$suffix} {
854
- max-width: $i * $base-width;
873
+ max-width: $i * $yma-width;
855
874
  }
856
875
 
857
876
  .min-w-#{$suffix} {
858
- min-width: $i * $base-width;
877
+ min-width: $i * $yma-width;
859
878
  }
860
879
 
861
880
  .dim-#{$suffix} {
862
- height: $i * $base-height;
863
- width: $i * $base-width;
881
+ height: $i * $yma-height;
882
+ width: $i * $yma-width;
883
+ }
884
+
885
+ .max-dim-#{$suffix} {
886
+ max-height: $i * $yma-height;
887
+ max-width: $i * $yma-width;
888
+ }
889
+
890
+ .min-dim-#{$suffix} {
891
+ min-height: $i * $yma-height;
892
+ min-width: $i * $yma-width;
864
893
  }
865
894
 
866
895
  .m-#{$i} {
867
- margin: $i * $base-margin;
896
+ margin: $i * $yma-margin;
868
897
  }
869
898
 
870
899
  .mb-#{$i} {
871
- margin-bottom: $i * $base-margin;
900
+ margin-bottom: $i * $yma-margin;
872
901
  }
873
902
 
874
903
  .ml-#{$i} {
875
- margin-left: $i * $base-margin;
904
+ margin-left: $i * $yma-margin;
876
905
  }
877
906
 
878
907
  .mr-#{$i} {
879
- margin-right: $i * $base-margin;
908
+ margin-right: $i * $yma-margin;
880
909
  }
881
910
 
882
911
  .mt-#{$i} {
883
- margin-top: $i * $base-margin;
912
+ margin-top: $i * $yma-margin;
884
913
  }
885
914
 
886
915
  .mx-#{$i} {
887
- margin-left: $i * $base-margin;
888
- margin-right: $i * $base-margin;
916
+ margin-left: $i * $yma-margin;
917
+ margin-right: $i * $yma-margin;
889
918
  }
890
919
 
891
920
  .my-#{$i} {
892
- margin-top: $i * $base-margin;
893
- margin-bottom: $i * $base-margin;
921
+ margin-top: $i * $yma-margin;
922
+ margin-bottom: $i * $yma-margin;
894
923
  }
895
924
 
896
925
  .p-#{$i} {
897
- padding: $i * $base-padding;
926
+ padding: $i * $yma-padding;
898
927
  }
899
928
 
900
929
  .pb-#{$i} {
901
- padding-bottom: $i * $base-padding;
930
+ padding-bottom: $i * $yma-padding;
902
931
  }
903
932
 
904
933
  .pl-#{$i} {
905
- padding-left: $i * $base-padding;
934
+ padding-left: $i * $yma-padding;
906
935
  }
907
936
 
908
937
  .pr-#{$i} {
909
- padding-right: $i * $base-padding;
938
+ padding-right: $i * $yma-padding;
910
939
  }
911
940
 
912
941
  .pt-#{$i} {
913
- padding-top: $i * $base-padding;
942
+ padding-top: $i * $yma-padding;
914
943
  }
915
944
 
916
945
  .px-#{$i} {
917
- padding-left: $i * $base-padding;
918
- padding-right: $i * $base-padding;
946
+ padding-left: $i * $yma-padding;
947
+ padding-right: $i * $yma-padding;
919
948
  }
920
949
 
921
950
  .py-#{$i} {
922
- padding-top: $i * $base-padding;
923
- padding-bottom: $i * $base-padding;
951
+ padding-top: $i * $yma-padding;
952
+ padding-bottom: $i * $yma-padding;
924
953
  }
925
954
 
926
955
  .fb-#{$suffix} {
927
- flex-basis: $i * $base-flex-basis;
956
+ flex-basis: $i * $yma-flex-basis;
928
957
  }
929
958
  }
930
959
 
@@ -946,7 +975,7 @@ $utilities: (
946
975
  }
947
976
 
948
977
  // height & width
949
- @each $key, $value in $custom-values {
978
+ @each $key, $value in $additional-classes {
950
979
  .h-#{$key} {
951
980
  height: $value;
952
981
  }
@@ -975,10 +1004,24 @@ $utilities: (
975
1004
  height: $value;
976
1005
  width: $value;
977
1006
  }
1007
+
1008
+ .max-dim-#{$key} {
1009
+ max-height: $value;
1010
+ max-width: $value;
1011
+ }
1012
+
1013
+ .min-dim-#{$key} {
1014
+ min-height: $value;
1015
+ min-width: $value;
1016
+ }
1017
+
1018
+ .fb-#{$key} {
1019
+ flex-basis: $value;
1020
+ }
978
1021
  }
979
1022
 
980
1023
  // margin & padding
981
- @each $key, $value in $custom-values {
1024
+ @each $key, $value in $additional-classes {
982
1025
  @if $key == "auto" {
983
1026
  .m-#{$key} {
984
1027
  margin: $value;
@@ -1023,7 +1066,7 @@ $utilities: (
1023
1066
  }
1024
1067
 
1025
1068
  // viewport height
1026
- @each $key, $value in $custom-height-values {
1069
+ @each $key, $value in $dynamic-height-values {
1027
1070
  .h-#{$key} {
1028
1071
  height: $value;
1029
1072
  }
@@ -1038,7 +1081,7 @@ $utilities: (
1038
1081
  }
1039
1082
 
1040
1083
  // viewport width
1041
- @each $key, $value in $custom-width-values {
1084
+ @each $key, $value in $dynamic-width-values {
1042
1085
  .w-#{$key} {
1043
1086
  width: $value;
1044
1087
  }
@@ -1059,91 +1102,102 @@ $utilities: (
1059
1102
  $suffix: #{$i};
1060
1103
 
1061
1104
  &h-#{$suffix} {
1062
- height: $i * $base-height;
1105
+ height: $i * $yma-height;
1063
1106
  }
1064
1107
 
1065
1108
  &max-h-#{$suffix} {
1066
- max-height: $i * $base-height;
1109
+ max-height: $i * $yma-height;
1067
1110
  }
1068
1111
 
1069
1112
  &min-h-#{$suffix} {
1070
- min-height: $i * $base-height;
1113
+ min-height: $i * $yma-height;
1071
1114
  }
1072
1115
 
1073
1116
  &w-#{$suffix} {
1074
- width: $i * $base-width;
1117
+ width: $i * $yma-width;
1075
1118
  }
1076
1119
 
1077
1120
  &max-w-#{$suffix} {
1078
- max-width: $i * $base-width;
1121
+ max-width: $i * $yma-width;
1079
1122
  }
1080
1123
 
1081
1124
  &min-w-#{$suffix} {
1082
- min-width: $i * $base-width;
1125
+ min-width: $i * $yma-width;
1126
+ }
1127
+
1128
+ &dim-#{$suffix} {
1129
+ height: $yma-height;
1130
+ width: $yma-width;
1131
+ }
1132
+
1133
+ &max-dim-#{$suffix} {
1134
+ max-height: $yma-height;
1135
+ max-width: $yma-width;
1136
+ }
1137
+
1138
+ &min-dim-#{$suffix} {
1139
+ min-height: $yma-height;
1140
+ min-width: $yma-width;
1083
1141
  }
1084
1142
 
1085
1143
  &m-#{$i} {
1086
- margin: $i * $base-margin;
1144
+ margin: $i * $yma-margin;
1087
1145
  }
1088
1146
 
1089
1147
  &mb-#{$i} {
1090
- margin-bottom: $i * $base-margin;
1148
+ margin-bottom: $i * $yma-margin;
1091
1149
  }
1092
1150
 
1093
1151
  &ml-#{$i} {
1094
- margin-left: $i * $base-margin;
1152
+ margin-left: $i * $yma-margin;
1095
1153
  }
1096
1154
 
1097
1155
  &mr-#{$i} {
1098
- margin-right: $i * $base-margin;
1156
+ margin-right: $i * $yma-margin;
1099
1157
  }
1100
1158
 
1101
1159
  &mt-#{$i} {
1102
- margin-top: $i * $base-margin;
1160
+ margin-top: $i * $yma-margin;
1103
1161
  }
1104
1162
 
1105
1163
  &mx-#{$i} {
1106
- margin-left: $i * $base-margin;
1107
- margin-right: $i * $base-margin;
1164
+ margin-left: $i * $yma-margin;
1165
+ margin-right: $i * $yma-margin;
1108
1166
  }
1109
1167
 
1110
1168
  &my-#{$i} {
1111
- margin-top: $i * $base-margin;
1112
- margin-bottom: $i * $base-margin;
1169
+ margin-top: $i * $yma-margin;
1170
+ margin-bottom: $i * $yma-margin;
1113
1171
  }
1114
1172
 
1115
1173
  &p-#{$i} {
1116
- padding: $i * $base-padding;
1174
+ padding: $i * $yma-padding;
1117
1175
  }
1118
1176
 
1119
1177
  &pb-#{$i} {
1120
- padding-bottom: $i * $base-padding;
1178
+ padding-bottom: $i * $yma-padding;
1121
1179
  }
1122
1180
 
1123
1181
  &pl-#{$i} {
1124
- padding-left: $i * $base-padding;
1182
+ padding-left: $i * $yma-padding;
1125
1183
  }
1126
1184
 
1127
1185
  &pr-#{$i} {
1128
- padding-right: $i * $base-padding;
1186
+ padding-right: $i * $yma-padding;
1129
1187
  }
1130
1188
 
1131
1189
  &pt-#{$i} {
1132
- padding-top: $i * $base-padding;
1190
+ padding-top: $i * $yma-padding;
1133
1191
  }
1134
1192
 
1135
1193
  &px-#{$i} {
1136
- padding-left: $i * $base-padding;
1137
- padding-right: $i * $base-padding;
1194
+ padding-left: $i * $yma-padding;
1195
+ padding-right: $i * $yma-padding;
1138
1196
  }
1139
1197
 
1140
1198
  &py-#{$i} {
1141
- padding-top: $i * $base-padding;
1142
- padding-bottom: $i * $base-padding;
1143
- }
1144
-
1145
- &fb-#{$suffix} {
1146
- flex-basis: $i * $base-flex-basis;
1199
+ padding-top: $i * $yma-padding;
1200
+ padding-bottom: $i * $yma-padding;
1147
1201
  }
1148
1202
  }
1149
1203
 
@@ -1164,7 +1218,7 @@ $utilities: (
1164
1218
  }
1165
1219
  }
1166
1220
 
1167
- @each $key, $value in $custom-values {
1221
+ @each $key, $value in $additional-classes {
1168
1222
  &h-#{$key} {
1169
1223
  height: $value;
1170
1224
  }
@@ -1188,9 +1242,13 @@ $utilities: (
1188
1242
  &min-w-#{$key} {
1189
1243
  min-width: $value;
1190
1244
  }
1245
+
1246
+ &fb-#{$key} {
1247
+ flex-basis: $value;
1248
+ }
1191
1249
  }
1192
1250
 
1193
- @each $key, $value in $custom-values {
1251
+ @each $key, $value in $additional-classes {
1194
1252
  @if $key == "auto" {
1195
1253
  &m-#{$key} {
1196
1254
  margin: $value;
@@ -1234,7 +1292,7 @@ $utilities: (
1234
1292
  }
1235
1293
  }
1236
1294
 
1237
- @each $key, $value in $custom-height-values {
1295
+ @each $key, $value in $dynamic-height-values {
1238
1296
  &h-#{$key} {
1239
1297
  height: $value;
1240
1298
  }
@@ -1248,7 +1306,7 @@ $utilities: (
1248
1306
  }
1249
1307
  }
1250
1308
 
1251
- @each $key, $value in $custom-width-values {
1309
+ @each $key, $value in $dynamic-width-values {
1252
1310
  &w-#{$key} {
1253
1311
  width: $value;
1254
1312
  }