dorian-tailwind 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 (110) hide show
  1. checksums.yaml +7 -0
  2. data/vendor/assets/stylesheets/dorian-tailwind/align-content.css +23 -0
  3. data/vendor/assets/stylesheets/dorian-tailwind/align-items.css +19 -0
  4. data/vendor/assets/stylesheets/dorian-tailwind/align-self.css +23 -0
  5. data/vendor/assets/stylesheets/dorian-tailwind/animation.css +58 -0
  6. data/vendor/assets/stylesheets/dorian-tailwind/appearance.css +3 -0
  7. data/vendor/assets/stylesheets/dorian-tailwind/backdrop-filter.css +7 -0
  8. data/vendor/assets/stylesheets/dorian-tailwind/background-attachment.css +11 -0
  9. data/vendor/assets/stylesheets/dorian-tailwind/background-blend-mode.css +63 -0
  10. data/vendor/assets/stylesheets/dorian-tailwind/background-clip.css +15 -0
  11. data/vendor/assets/stylesheets/dorian-tailwind/background-color.css +335 -0
  12. data/vendor/assets/stylesheets/dorian-tailwind/background-image.css +35 -0
  13. data/vendor/assets/stylesheets/dorian-tailwind/background-origin.css +11 -0
  14. data/vendor/assets/stylesheets/dorian-tailwind/background-position.css +35 -0
  15. data/vendor/assets/stylesheets/dorian-tailwind/background-repeat.css +23 -0
  16. data/vendor/assets/stylesheets/dorian-tailwind/background-size.css +11 -0
  17. data/vendor/assets/stylesheets/dorian-tailwind/border-collapse.css +7 -0
  18. data/vendor/assets/stylesheets/dorian-tailwind/border-color.css +335 -0
  19. data/vendor/assets/stylesheets/dorian-tailwind/border-radius.css +359 -0
  20. data/vendor/assets/stylesheets/dorian-tailwind/border-style.css +19 -0
  21. data/vendor/assets/stylesheets/dorian-tailwind/border-width.css +99 -0
  22. data/vendor/assets/stylesheets/dorian-tailwind/box-decoration-break.css +7 -0
  23. data/vendor/assets/stylesheets/dorian-tailwind/box-shadow.css +31 -0
  24. data/vendor/assets/stylesheets/dorian-tailwind/box-sizing.css +7 -0
  25. data/vendor/assets/stylesheets/dorian-tailwind/clear.css +15 -0
  26. data/vendor/assets/stylesheets/dorian-tailwind/cursor.css +31 -0
  27. data/vendor/assets/stylesheets/dorian-tailwind/display.css +83 -0
  28. data/vendor/assets/stylesheets/dorian-tailwind/divide-color.css +335 -0
  29. data/vendor/assets/stylesheets/dorian-tailwind/divide-style.css +19 -0
  30. data/vendor/assets/stylesheets/dorian-tailwind/divide-width.css +49 -0
  31. data/vendor/assets/stylesheets/dorian-tailwind/fill.css +3 -0
  32. data/vendor/assets/stylesheets/dorian-tailwind/filter.css +7 -0
  33. data/vendor/assets/stylesheets/dorian-tailwind/flex-direction.css +15 -0
  34. data/vendor/assets/stylesheets/dorian-tailwind/flex-grow.css +7 -0
  35. data/vendor/assets/stylesheets/dorian-tailwind/flex-shrink.css +7 -0
  36. data/vendor/assets/stylesheets/dorian-tailwind/flex-wrap.css +11 -0
  37. data/vendor/assets/stylesheets/dorian-tailwind/flex.css +15 -0
  38. data/vendor/assets/stylesheets/dorian-tailwind/float.css +11 -0
  39. data/vendor/assets/stylesheets/dorian-tailwind/font-family.css +14 -0
  40. data/vendor/assets/stylesheets/dorian-tailwind/font-size.css +64 -0
  41. data/vendor/assets/stylesheets/dorian-tailwind/font-smoothing.css +9 -0
  42. data/vendor/assets/stylesheets/dorian-tailwind/font-style.css +7 -0
  43. data/vendor/assets/stylesheets/dorian-tailwind/font-variant-numeric.css +35 -0
  44. data/vendor/assets/stylesheets/dorian-tailwind/font-weight.css +35 -0
  45. data/vendor/assets/stylesheets/dorian-tailwind/gap.css +419 -0
  46. data/vendor/assets/stylesheets/dorian-tailwind/grid-auto-columns.css +15 -0
  47. data/vendor/assets/stylesheets/dorian-tailwind/grid-auto-flow.css +15 -0
  48. data/vendor/assets/stylesheets/dorian-tailwind/grid-auto-rows.css +15 -0
  49. data/vendor/assets/stylesheets/dorian-tailwind/grid-column.css +167 -0
  50. data/vendor/assets/stylesheets/dorian-tailwind/grid-row.css +95 -0
  51. data/vendor/assets/stylesheets/dorian-tailwind/grid-template-columns.css +51 -0
  52. data/vendor/assets/stylesheets/dorian-tailwind/grid-template-rows.css +27 -0
  53. data/vendor/assets/stylesheets/dorian-tailwind/height.css +211 -0
  54. data/vendor/assets/stylesheets/dorian-tailwind/isolation.css +7 -0
  55. data/vendor/assets/stylesheets/dorian-tailwind/justify-content.css +23 -0
  56. data/vendor/assets/stylesheets/dorian-tailwind/justify-items.css +15 -0
  57. data/vendor/assets/stylesheets/dorian-tailwind/justify-self.css +19 -0
  58. data/vendor/assets/stylesheets/dorian-tailwind/letter-spacing.css +23 -0
  59. data/vendor/assets/stylesheets/dorian-tailwind/line-height.css +55 -0
  60. data/vendor/assets/stylesheets/dorian-tailwind/list-style-position.css +7 -0
  61. data/vendor/assets/stylesheets/dorian-tailwind/list-style-type.css +11 -0
  62. data/vendor/assets/stylesheets/dorian-tailwind/margin.css +2129 -0
  63. data/vendor/assets/stylesheets/dorian-tailwind/max-height.css +147 -0
  64. data/vendor/assets/stylesheets/dorian-tailwind/max-width.css +87 -0
  65. data/vendor/assets/stylesheets/dorian-tailwind/min-height.css +11 -0
  66. data/vendor/assets/stylesheets/dorian-tailwind/min-width.css +15 -0
  67. data/vendor/assets/stylesheets/dorian-tailwind/mix-blend-mode.css +63 -0
  68. data/vendor/assets/stylesheets/dorian-tailwind/object-fit.css +19 -0
  69. data/vendor/assets/stylesheets/dorian-tailwind/object-position.css +35 -0
  70. data/vendor/assets/stylesheets/dorian-tailwind/opacity.css +59 -0
  71. data/vendor/assets/stylesheets/dorian-tailwind/order.css +59 -0
  72. data/vendor/assets/stylesheets/dorian-tailwind/outline.css +14 -0
  73. data/vendor/assets/stylesheets/dorian-tailwind/overflow.css +47 -0
  74. data/vendor/assets/stylesheets/dorian-tailwind/overscroll-behavior.css +35 -0
  75. data/vendor/assets/stylesheets/dorian-tailwind/padding.css +1049 -0
  76. data/vendor/assets/stylesheets/dorian-tailwind/place-content.css +27 -0
  77. data/vendor/assets/stylesheets/dorian-tailwind/place-items.css +15 -0
  78. data/vendor/assets/stylesheets/dorian-tailwind/place-self.css +19 -0
  79. data/vendor/assets/stylesheets/dorian-tailwind/placeholder-color.css +335 -0
  80. data/vendor/assets/stylesheets/dorian-tailwind/pointer-events.css +7 -0
  81. data/vendor/assets/stylesheets/dorian-tailwind/position.css +19 -0
  82. data/vendor/assets/stylesheets/dorian-tailwind/resize.css +15 -0
  83. data/vendor/assets/stylesheets/dorian-tailwind/ring-offset-color.css +335 -0
  84. data/vendor/assets/stylesheets/dorian-tailwind/ring-offset-width.css +19 -0
  85. data/vendor/assets/stylesheets/dorian-tailwind/ring-width.css +23 -0
  86. data/vendor/assets/stylesheets/dorian-tailwind/screen-readers.css +22 -0
  87. data/vendor/assets/stylesheets/dorian-tailwind/space.css +699 -0
  88. data/vendor/assets/stylesheets/dorian-tailwind/stroke-width.css +11 -0
  89. data/vendor/assets/stylesheets/dorian-tailwind/stroke.css +3 -0
  90. data/vendor/assets/stylesheets/dorian-tailwind/table-layout.css +7 -0
  91. data/vendor/assets/stylesheets/dorian-tailwind/text-align.css +15 -0
  92. data/vendor/assets/stylesheets/dorian-tailwind/text-color.css +335 -0
  93. data/vendor/assets/stylesheets/dorian-tailwind/text-decoration.css +11 -0
  94. data/vendor/assets/stylesheets/dorian-tailwind/text-overflow.css +13 -0
  95. data/vendor/assets/stylesheets/dorian-tailwind/text-transform.css +15 -0
  96. data/vendor/assets/stylesheets/dorian-tailwind/top-right-bottom-left.css +2804 -0
  97. data/vendor/assets/stylesheets/dorian-tailwind/transform-origin.css +35 -0
  98. data/vendor/assets/stylesheets/dorian-tailwind/transform.css +13 -0
  99. data/vendor/assets/stylesheets/dorian-tailwind/transition-delay.css +31 -0
  100. data/vendor/assets/stylesheets/dorian-tailwind/transition-duration.css +31 -0
  101. data/vendor/assets/stylesheets/dorian-tailwind/transition-property.css +40 -0
  102. data/vendor/assets/stylesheets/dorian-tailwind/transition-timing-function.css +15 -0
  103. data/vendor/assets/stylesheets/dorian-tailwind/user-select.css +15 -0
  104. data/vendor/assets/stylesheets/dorian-tailwind/vertical-align.css +23 -0
  105. data/vendor/assets/stylesheets/dorian-tailwind/visibility.css +7 -0
  106. data/vendor/assets/stylesheets/dorian-tailwind/whitespace.css +19 -0
  107. data/vendor/assets/stylesheets/dorian-tailwind/width.css +263 -0
  108. data/vendor/assets/stylesheets/dorian-tailwind/word-break.css +12 -0
  109. data/vendor/assets/stylesheets/dorian-tailwind/z-index.css +27 -0
  110. metadata +153 -0
@@ -0,0 +1,167 @@
1
+ .col-auto {
2
+ grid-column: auto;
3
+ }
4
+
5
+ .col-span-1 {
6
+ grid-column: span 1 / span 1;
7
+ }
8
+
9
+ .col-span-2 {
10
+ grid-column: span 2 / span 2;
11
+ }
12
+
13
+ .col-span-3 {
14
+ grid-column: span 3 / span 3;
15
+ }
16
+
17
+ .col-span-4 {
18
+ grid-column: span 4 / span 4;
19
+ }
20
+
21
+ .col-span-5 {
22
+ grid-column: span 5 / span 5;
23
+ }
24
+
25
+ .col-span-6 {
26
+ grid-column: span 6 / span 6;
27
+ }
28
+
29
+ .col-span-7 {
30
+ grid-column: span 7 / span 7;
31
+ }
32
+
33
+ .col-span-8 {
34
+ grid-column: span 8 / span 8;
35
+ }
36
+
37
+ .col-span-9 {
38
+ grid-column: span 9 / span 9;
39
+ }
40
+
41
+ .col-span-10 {
42
+ grid-column: span 10 / span 10;
43
+ }
44
+
45
+ .col-span-11 {
46
+ grid-column: span 11 / span 11;
47
+ }
48
+
49
+ .col-span-12 {
50
+ grid-column: span 12 / span 12;
51
+ }
52
+
53
+ .col-span-full {
54
+ grid-column: 1 / -1;
55
+ }
56
+
57
+ .col-start-1 {
58
+ grid-column-start: 1;
59
+ }
60
+
61
+ .col-start-2 {
62
+ grid-column-start: 2;
63
+ }
64
+
65
+ .col-start-3 {
66
+ grid-column-start: 3;
67
+ }
68
+
69
+ .col-start-4 {
70
+ grid-column-start: 4;
71
+ }
72
+
73
+ .col-start-5 {
74
+ grid-column-start: 5;
75
+ }
76
+
77
+ .col-start-6 {
78
+ grid-column-start: 6;
79
+ }
80
+
81
+ .col-start-7 {
82
+ grid-column-start: 7;
83
+ }
84
+
85
+ .col-start-8 {
86
+ grid-column-start: 8;
87
+ }
88
+
89
+ .col-start-9 {
90
+ grid-column-start: 9;
91
+ }
92
+
93
+ .col-start-10 {
94
+ grid-column-start: 10;
95
+ }
96
+
97
+ .col-start-11 {
98
+ grid-column-start: 11;
99
+ }
100
+
101
+ .col-start-12 {
102
+ grid-column-start: 12;
103
+ }
104
+
105
+ .col-start-13 {
106
+ grid-column-start: 13;
107
+ }
108
+
109
+ .col-start-auto {
110
+ grid-column-start: auto;
111
+ }
112
+
113
+ .col-end-1 {
114
+ grid-column-end: 1;
115
+ }
116
+
117
+ .col-end-2 {
118
+ grid-column-end: 2;
119
+ }
120
+
121
+ .col-end-3 {
122
+ grid-column-end: 3;
123
+ }
124
+
125
+ .col-end-4 {
126
+ grid-column-end: 4;
127
+ }
128
+
129
+ .col-end-5 {
130
+ grid-column-end: 5;
131
+ }
132
+
133
+ .col-end-6 {
134
+ grid-column-end: 6;
135
+ }
136
+
137
+ .col-end-7 {
138
+ grid-column-end: 7;
139
+ }
140
+
141
+ .col-end-8 {
142
+ grid-column-end: 8;
143
+ }
144
+
145
+ .col-end-9 {
146
+ grid-column-end: 9;
147
+ }
148
+
149
+ .col-end-10 {
150
+ grid-column-end: 10;
151
+ }
152
+
153
+ .col-end-11 {
154
+ grid-column-end: 11;
155
+ }
156
+
157
+ .col-end-12 {
158
+ grid-column-end: 12;
159
+ }
160
+
161
+ .col-end-13 {
162
+ grid-column-end: 13;
163
+ }
164
+
165
+ .col-end-auto {
166
+ grid-column-end: auto;
167
+ }
@@ -0,0 +1,95 @@
1
+ .row-auto {
2
+ grid-row: auto;
3
+ }
4
+
5
+ .row-span-1 {
6
+ grid-row: span 1 / span 1;
7
+ }
8
+
9
+ .row-span-2 {
10
+ grid-row: span 2 / span 2;
11
+ }
12
+
13
+ .row-span-3 {
14
+ grid-row: span 3 / span 3;
15
+ }
16
+
17
+ .row-span-4 {
18
+ grid-row: span 4 / span 4;
19
+ }
20
+
21
+ .row-span-5 {
22
+ grid-row: span 5 / span 5;
23
+ }
24
+
25
+ .row-span-6 {
26
+ grid-row: span 6 / span 6;
27
+ }
28
+
29
+ .row-span-full {
30
+ grid-row: 1 / -1;
31
+ }
32
+
33
+ .row-start-1 {
34
+ grid-row-start: 1;
35
+ }
36
+
37
+ .row-start-2 {
38
+ grid-row-start: 2;
39
+ }
40
+
41
+ .row-start-3 {
42
+ grid-row-start: 3;
43
+ }
44
+
45
+ .row-start-4 {
46
+ grid-row-start: 4;
47
+ }
48
+
49
+ .row-start-5 {
50
+ grid-row-start: 5;
51
+ }
52
+
53
+ .row-start-6 {
54
+ grid-row-start: 6;
55
+ }
56
+
57
+ .row-start-7 {
58
+ grid-row-start: 7;
59
+ }
60
+
61
+ .row-start-auto {
62
+ grid-row-start: auto;
63
+ }
64
+
65
+ .row-end-1 {
66
+ grid-row-end: 1;
67
+ }
68
+
69
+ .row-end-2 {
70
+ grid-row-end: 2;
71
+ }
72
+
73
+ .row-end-3 {
74
+ grid-row-end: 3;
75
+ }
76
+
77
+ .row-end-4 {
78
+ grid-row-end: 4;
79
+ }
80
+
81
+ .row-end-5 {
82
+ grid-row-end: 5;
83
+ }
84
+
85
+ .row-end-6 {
86
+ grid-row-end: 6;
87
+ }
88
+
89
+ .row-end-7 {
90
+ grid-row-end: 7;
91
+ }
92
+
93
+ .row-end-auto {
94
+ grid-row-end: auto;
95
+ }
@@ -0,0 +1,51 @@
1
+ .grid-cols-1 {
2
+ grid-template-columns: repeat(1, minmax(0, 1fr));
3
+ }
4
+
5
+ .grid-cols-2 {
6
+ grid-template-columns: repeat(2, minmax(0, 1fr));
7
+ }
8
+
9
+ .grid-cols-3 {
10
+ grid-template-columns: repeat(3, minmax(0, 1fr));
11
+ }
12
+
13
+ .grid-cols-4 {
14
+ grid-template-columns: repeat(4, minmax(0, 1fr));
15
+ }
16
+
17
+ .grid-cols-5 {
18
+ grid-template-columns: repeat(5, minmax(0, 1fr));
19
+ }
20
+
21
+ .grid-cols-6 {
22
+ grid-template-columns: repeat(6, minmax(0, 1fr));
23
+ }
24
+
25
+ .grid-cols-7 {
26
+ grid-template-columns: repeat(7, minmax(0, 1fr));
27
+ }
28
+
29
+ .grid-cols-8 {
30
+ grid-template-columns: repeat(8, minmax(0, 1fr));
31
+ }
32
+
33
+ .grid-cols-9 {
34
+ grid-template-columns: repeat(9, minmax(0, 1fr));
35
+ }
36
+
37
+ .grid-cols-10 {
38
+ grid-template-columns: repeat(10, minmax(0, 1fr));
39
+ }
40
+
41
+ .grid-cols-11 {
42
+ grid-template-columns: repeat(11, minmax(0, 1fr));
43
+ }
44
+
45
+ .grid-cols-12 {
46
+ grid-template-columns: repeat(12, minmax(0, 1fr));
47
+ }
48
+
49
+ .grid-cols-none {
50
+ grid-template-columns: none;
51
+ }
@@ -0,0 +1,27 @@
1
+ .grid-rows-1 {
2
+ grid-template-rows: repeat(1, minmax(0, 1fr));
3
+ }
4
+
5
+ .grid-rows-2 {
6
+ grid-template-rows: repeat(2, minmax(0, 1fr));
7
+ }
8
+
9
+ .grid-rows-3 {
10
+ grid-template-rows: repeat(3, minmax(0, 1fr));
11
+ }
12
+
13
+ .grid-rows-4 {
14
+ grid-template-rows: repeat(4, minmax(0, 1fr));
15
+ }
16
+
17
+ .grid-rows-5 {
18
+ grid-template-rows: repeat(5, minmax(0, 1fr));
19
+ }
20
+
21
+ .grid-rows-6 {
22
+ grid-template-rows: repeat(6, minmax(0, 1fr));
23
+ }
24
+
25
+ .grid-rows-none {
26
+ grid-template-rows: none;
27
+ }
@@ -0,0 +1,211 @@
1
+ .h-0 {
2
+ height: 0px;
3
+ }
4
+
5
+ .h-px {
6
+ height: 1px;
7
+ }
8
+
9
+ .h-0.5 {
10
+ height: 0.125rem;
11
+ }
12
+
13
+ .h-1 {
14
+ height: 0.25rem;
15
+ }
16
+
17
+ .h-1.5 {
18
+ height: 0.375rem;
19
+ }
20
+
21
+ .h-2 {
22
+ height: 0.5rem;
23
+ }
24
+
25
+ .h-2.5 {
26
+ height: 0.625rem;
27
+ }
28
+
29
+ .h-3 {
30
+ height: 0.75rem;
31
+ }
32
+
33
+ .h-3.5 {
34
+ height: 0.875rem;
35
+ }
36
+
37
+ .h-4 {
38
+ height: 1rem;
39
+ }
40
+
41
+ .h-5 {
42
+ height: 1.25rem;
43
+ }
44
+
45
+ .h-6 {
46
+ height: 1.5rem;
47
+ }
48
+
49
+ .h-7 {
50
+ height: 1.75rem;
51
+ }
52
+
53
+ .h-8 {
54
+ height: 2rem;
55
+ }
56
+
57
+ .h-9 {
58
+ height: 2.25rem;
59
+ }
60
+
61
+ .h-10 {
62
+ height: 2.5rem;
63
+ }
64
+
65
+ .h-11 {
66
+ height: 2.75rem;
67
+ }
68
+
69
+ .h-12 {
70
+ height: 3rem;
71
+ }
72
+
73
+ .h-14 {
74
+ height: 3.5rem;
75
+ }
76
+
77
+ .h-16 {
78
+ height: 4rem;
79
+ }
80
+
81
+ .h-20 {
82
+ height: 5rem;
83
+ }
84
+
85
+ .h-24 {
86
+ height: 6rem;
87
+ }
88
+
89
+ .h-28 {
90
+ height: 7rem;
91
+ }
92
+
93
+ .h-32 {
94
+ height: 8rem;
95
+ }
96
+
97
+ .h-36 {
98
+ height: 9rem;
99
+ }
100
+
101
+ .h-40 {
102
+ height: 10rem;
103
+ }
104
+
105
+ .h-44 {
106
+ height: 11rem;
107
+ }
108
+
109
+ .h-48 {
110
+ height: 12rem;
111
+ }
112
+
113
+ .h-52 {
114
+ height: 13rem;
115
+ }
116
+
117
+ .h-56 {
118
+ height: 14rem;
119
+ }
120
+
121
+ .h-60 {
122
+ height: 15rem;
123
+ }
124
+
125
+ .h-64 {
126
+ height: 16rem;
127
+ }
128
+
129
+ .h-72 {
130
+ height: 18rem;
131
+ }
132
+
133
+ .h-80 {
134
+ height: 20rem;
135
+ }
136
+
137
+ .h-96 {
138
+ height: 24rem;
139
+ }
140
+
141
+ .h-auto {
142
+ height: auto;
143
+ }
144
+
145
+ .h-1/2 {
146
+ height: 50%;
147
+ }
148
+
149
+ .h-1/3 {
150
+ height: 33.333333%;
151
+ }
152
+
153
+ .h-2/3 {
154
+ height: 66.666667%;
155
+ }
156
+
157
+ .h-1/4 {
158
+ height: 25%;
159
+ }
160
+
161
+ .h-2/4 {
162
+ height: 50%;
163
+ }
164
+
165
+ .h-3/4 {
166
+ height: 75%;
167
+ }
168
+
169
+ .h-1/5 {
170
+ height: 20%;
171
+ }
172
+
173
+ .h-2/5 {
174
+ height: 40%;
175
+ }
176
+
177
+ .h-3/5 {
178
+ height: 60%;
179
+ }
180
+
181
+ .h-4/5 {
182
+ height: 80%;
183
+ }
184
+
185
+ .h-1/6 {
186
+ height: 16.666667%;
187
+ }
188
+
189
+ .h-2/6 {
190
+ height: 33.333333%;
191
+ }
192
+
193
+ .h-3/6 {
194
+ height: 50%;
195
+ }
196
+
197
+ .h-4/6 {
198
+ height: 66.666667%;
199
+ }
200
+
201
+ .h-5/6 {
202
+ height: 83.333333%;
203
+ }
204
+
205
+ .h-full {
206
+ height: 100%;
207
+ }
208
+
209
+ .h-screen {
210
+ height: 100vh;
211
+ }
@@ -0,0 +1,7 @@
1
+ .isolate {
2
+ isolation: isolate;
3
+ }
4
+
5
+ .isolation-auto {
6
+ isolation: auto;
7
+ }
@@ -0,0 +1,23 @@
1
+ .justify-start {
2
+ justify-content: flex-start;
3
+ }
4
+
5
+ .justify-end {
6
+ justify-content: flex-end;
7
+ }
8
+
9
+ .justify-center {
10
+ justify-content: center;
11
+ }
12
+
13
+ .justify-between {
14
+ justify-content: space-between;
15
+ }
16
+
17
+ .justify-around {
18
+ justify-content: space-around;
19
+ }
20
+
21
+ .justify-evenly {
22
+ justify-content: space-evenly;
23
+ }
@@ -0,0 +1,15 @@
1
+ .justify-items-start {
2
+ justify-items: start;
3
+ }
4
+
5
+ .justify-items-end {
6
+ justify-items: end;
7
+ }
8
+
9
+ .justify-items-center {
10
+ justify-items: center;
11
+ }
12
+
13
+ .justify-items-stretch {
14
+ justify-items: stretch;
15
+ }
@@ -0,0 +1,19 @@
1
+ .justify-self-auto {
2
+ justify-self: auto;
3
+ }
4
+
5
+ .justify-self-start {
6
+ justify-self: start;
7
+ }
8
+
9
+ .justify-self-end {
10
+ justify-self: end;
11
+ }
12
+
13
+ .justify-self-center {
14
+ justify-self: center;
15
+ }
16
+
17
+ .justify-self-stretch {
18
+ justify-self: stretch;
19
+ }
@@ -0,0 +1,23 @@
1
+ .tracking-tighter {
2
+ letter-spacing: -0.05em;
3
+ }
4
+
5
+ .tracking-tight {
6
+ letter-spacing: -0.025em;
7
+ }
8
+
9
+ .tracking-normal {
10
+ letter-spacing: 0em;
11
+ }
12
+
13
+ .tracking-wide {
14
+ letter-spacing: 0.025em;
15
+ }
16
+
17
+ .tracking-wider {
18
+ letter-spacing: 0.05em;
19
+ }
20
+
21
+ .tracking-widest {
22
+ letter-spacing: 0.1em;
23
+ }
@@ -0,0 +1,55 @@
1
+ .leading-3 {
2
+ line-height: 0.75rem;
3
+ }
4
+
5
+ .leading-4 {
6
+ line-height: 1rem;
7
+ }
8
+
9
+ .leading-5 {
10
+ line-height: 1.25rem;
11
+ }
12
+
13
+ .leading-6 {
14
+ line-height: 1.5rem;
15
+ }
16
+
17
+ .leading-7 {
18
+ line-height: 1.75rem;
19
+ }
20
+
21
+ .leading-8 {
22
+ line-height: 2rem;
23
+ }
24
+
25
+ .leading-9 {
26
+ line-height: 2.25rem;
27
+ }
28
+
29
+ .leading-10 {
30
+ line-height: 2.5rem;
31
+ }
32
+
33
+ .leading-none {
34
+ line-height: 1;
35
+ }
36
+
37
+ .leading-tight {
38
+ line-height: 1.25;
39
+ }
40
+
41
+ .leading-snug {
42
+ line-height: 1.375;
43
+ }
44
+
45
+ .leading-normal {
46
+ line-height: 1.5;
47
+ }
48
+
49
+ .leading-relaxed {
50
+ line-height: 1.625;
51
+ }
52
+
53
+ .leading-loose {
54
+ line-height: 2;
55
+ }
@@ -0,0 +1,7 @@
1
+ .list-inside {
2
+ list-style-position: inside;
3
+ }
4
+
5
+ .list-outside {
6
+ list-style-position: outside;
7
+ }
@@ -0,0 +1,11 @@
1
+ .list-none {
2
+ list-style-type: none;
3
+ }
4
+
5
+ .list-disc {
6
+ list-style-type: disc;
7
+ }
8
+
9
+ .list-decimal {
10
+ list-style-type: decimal;
11
+ }