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,335 @@
1
+ .border-transparent {
2
+ border-color: transparent;
3
+ }
4
+
5
+ .border-current {
6
+ border-color: currentColor;
7
+ }
8
+
9
+ .border-black {
10
+ border-color: rgba(0, 0, 0, 1);
11
+ }
12
+
13
+ .border-white {
14
+ border-color: rgba(255, 255, 255, 1);
15
+ }
16
+
17
+ .border-gray-50 {
18
+ border-color: rgba(249, 250, 251, 1);
19
+ }
20
+
21
+ .border-gray-100 {
22
+ border-color: rgba(243, 244, 246, 1);
23
+ }
24
+
25
+ .border-gray-200 {
26
+ border-color: rgba(229, 231, 235, 1);
27
+ }
28
+
29
+ .border-gray-300 {
30
+ border-color: rgba(209, 213, 219, 1);
31
+ }
32
+
33
+ .border-gray-400 {
34
+ border-color: rgba(156, 163, 175, 1);
35
+ }
36
+
37
+ .border-gray-500 {
38
+ border-color: rgba(107, 114, 128, 1);
39
+ }
40
+
41
+ .border-gray-600 {
42
+ border-color: rgba(75, 85, 99, 1);
43
+ }
44
+
45
+ .border-gray-700 {
46
+ border-color: rgba(55, 65, 81, 1);
47
+ }
48
+
49
+ .border-gray-800 {
50
+ border-color: rgba(31, 41, 55, 1);
51
+ }
52
+
53
+ .border-gray-900 {
54
+ border-color: rgba(17, 24, 39, 1);
55
+ }
56
+
57
+ .border-red-50 {
58
+ border-color: rgba(254, 242, 242, 1);
59
+ }
60
+
61
+ .border-red-100 {
62
+ border-color: rgba(254, 226, 226, 1);
63
+ }
64
+
65
+ .border-red-200 {
66
+ border-color: rgba(254, 202, 202, 1);
67
+ }
68
+
69
+ .border-red-300 {
70
+ border-color: rgba(252, 165, 165, 1);
71
+ }
72
+
73
+ .border-red-400 {
74
+ border-color: rgba(248, 113, 113, 1);
75
+ }
76
+
77
+ .border-red-500 {
78
+ border-color: rgba(239, 68, 68, 1);
79
+ }
80
+
81
+ .border-red-600 {
82
+ border-color: rgba(220, 38, 38, 1);
83
+ }
84
+
85
+ .border-red-700 {
86
+ border-color: rgba(185, 28, 28, 1);
87
+ }
88
+
89
+ .border-red-800 {
90
+ border-color: rgba(153, 27, 27, 1);
91
+ }
92
+
93
+ .border-red-900 {
94
+ border-color: rgba(127, 29, 29, 1);
95
+ }
96
+
97
+ .border-yellow-50 {
98
+ border-color: rgba(255, 251, 235, 1);
99
+ }
100
+
101
+ .border-yellow-100 {
102
+ border-color: rgba(254, 243, 199, 1);
103
+ }
104
+
105
+ .border-yellow-200 {
106
+ border-color: rgba(253, 230, 138, 1);
107
+ }
108
+
109
+ .border-yellow-300 {
110
+ border-color: rgba(252, 211, 77, 1);
111
+ }
112
+
113
+ .border-yellow-400 {
114
+ border-color: rgba(251, 191, 36, 1);
115
+ }
116
+
117
+ .border-yellow-500 {
118
+ border-color: rgba(245, 158, 11, 1);
119
+ }
120
+
121
+ .border-yellow-600 {
122
+ border-color: rgba(217, 119, 6, 1);
123
+ }
124
+
125
+ .border-yellow-700 {
126
+ border-color: rgba(180, 83, 9, 1);
127
+ }
128
+
129
+ .border-yellow-800 {
130
+ border-color: rgba(146, 64, 14, 1);
131
+ }
132
+
133
+ .border-yellow-900 {
134
+ border-color: rgba(120, 53, 15, 1);
135
+ }
136
+
137
+ .border-green-50 {
138
+ border-color: rgba(236, 253, 245, 1);
139
+ }
140
+
141
+ .border-green-100 {
142
+ border-color: rgba(209, 250, 229, 1);
143
+ }
144
+
145
+ .border-green-200 {
146
+ border-color: rgba(167, 243, 208, 1);
147
+ }
148
+
149
+ .border-green-300 {
150
+ border-color: rgba(110, 231, 183, 1);
151
+ }
152
+
153
+ .border-green-400 {
154
+ border-color: rgba(52, 211, 153, 1);
155
+ }
156
+
157
+ .border-green-500 {
158
+ border-color: rgba(16, 185, 129, 1);
159
+ }
160
+
161
+ .border-green-600 {
162
+ border-color: rgba(5, 150, 105, 1);
163
+ }
164
+
165
+ .border-green-700 {
166
+ border-color: rgba(4, 120, 87, 1);
167
+ }
168
+
169
+ .border-green-800 {
170
+ border-color: rgba(6, 95, 70, 1);
171
+ }
172
+
173
+ .border-green-900 {
174
+ border-color: rgba(6, 78, 59, 1);
175
+ }
176
+
177
+ .border-blue-50 {
178
+ border-color: rgba(239, 246, 255, 1);
179
+ }
180
+
181
+ .border-blue-100 {
182
+ border-color: rgba(219, 234, 254, 1);
183
+ }
184
+
185
+ .border-blue-200 {
186
+ border-color: rgba(191, 219, 254, 1);
187
+ }
188
+
189
+ .border-blue-300 {
190
+ border-color: rgba(147, 197, 253, 1);
191
+ }
192
+
193
+ .border-blue-400 {
194
+ border-color: rgba(96, 165, 250, 1);
195
+ }
196
+
197
+ .border-blue-500 {
198
+ border-color: rgba(59, 130, 246, 1);
199
+ }
200
+
201
+ .border-blue-600 {
202
+ border-color: rgba(37, 99, 235, 1);
203
+ }
204
+
205
+ .border-blue-700 {
206
+ border-color: rgba(29, 78, 216, 1);
207
+ }
208
+
209
+ .border-blue-800 {
210
+ border-color: rgba(30, 64, 175, 1);
211
+ }
212
+
213
+ .border-blue-900 {
214
+ border-color: rgba(30, 58, 138, 1);
215
+ }
216
+
217
+ .border-indigo-50 {
218
+ border-color: rgba(238, 242, 255, 1);
219
+ }
220
+
221
+ .border-indigo-100 {
222
+ border-color: rgba(224, 231, 255, 1);
223
+ }
224
+
225
+ .border-indigo-200 {
226
+ border-color: rgba(199, 210, 254, 1);
227
+ }
228
+
229
+ .border-indigo-300 {
230
+ border-color: rgba(165, 180, 252, 1);
231
+ }
232
+
233
+ .border-indigo-400 {
234
+ border-color: rgba(129, 140, 248, 1);
235
+ }
236
+
237
+ .border-indigo-500 {
238
+ border-color: rgba(99, 102, 241, 1);
239
+ }
240
+
241
+ .border-indigo-600 {
242
+ border-color: rgba(79, 70, 229, 1);
243
+ }
244
+
245
+ .border-indigo-700 {
246
+ border-color: rgba(67, 56, 202, 1);
247
+ }
248
+
249
+ .border-indigo-800 {
250
+ border-color: rgba(55, 48, 163, 1);
251
+ }
252
+
253
+ .border-indigo-900 {
254
+ border-color: rgba(49, 46, 129, 1);
255
+ }
256
+
257
+ .border-purple-50 {
258
+ border-color: rgba(245, 243, 255, 1);
259
+ }
260
+
261
+ .border-purple-100 {
262
+ border-color: rgba(237, 233, 254, 1);
263
+ }
264
+
265
+ .border-purple-200 {
266
+ border-color: rgba(221, 214, 254, 1);
267
+ }
268
+
269
+ .border-purple-300 {
270
+ border-color: rgba(196, 181, 253, 1);
271
+ }
272
+
273
+ .border-purple-400 {
274
+ border-color: rgba(167, 139, 250, 1);
275
+ }
276
+
277
+ .border-purple-500 {
278
+ border-color: rgba(139, 92, 246, 1);
279
+ }
280
+
281
+ .border-purple-600 {
282
+ border-color: rgba(124, 58, 237, 1);
283
+ }
284
+
285
+ .border-purple-700 {
286
+ border-color: rgba(109, 40, 217, 1);
287
+ }
288
+
289
+ .border-purple-800 {
290
+ border-color: rgba(91, 33, 182, 1);
291
+ }
292
+
293
+ .border-purple-900 {
294
+ border-color: rgba(76, 29, 149, 1);
295
+ }
296
+
297
+ .border-pink-50 {
298
+ border-color: rgba(253, 242, 248, 1);
299
+ }
300
+
301
+ .border-pink-100 {
302
+ border-color: rgba(252, 231, 243, 1);
303
+ }
304
+
305
+ .border-pink-200 {
306
+ border-color: rgba(251, 207, 232, 1);
307
+ }
308
+
309
+ .border-pink-300 {
310
+ border-color: rgba(249, 168, 212, 1);
311
+ }
312
+
313
+ .border-pink-400 {
314
+ border-color: rgba(244, 114, 182, 1);
315
+ }
316
+
317
+ .border-pink-500 {
318
+ border-color: rgba(236, 72, 153, 1);
319
+ }
320
+
321
+ .border-pink-600 {
322
+ border-color: rgba(219, 39, 119, 1);
323
+ }
324
+
325
+ .border-pink-700 {
326
+ border-color: rgba(190, 24, 93, 1);
327
+ }
328
+
329
+ .border-pink-800 {
330
+ border-color: rgba(157, 23, 77, 1);
331
+ }
332
+
333
+ .border-pink-900 {
334
+ border-color: rgba(131, 24, 67, 1);
335
+ }
@@ -0,0 +1,359 @@
1
+ .rounded-none {
2
+ border-radius: 0px;
3
+ }
4
+
5
+ .rounded-sm {
6
+ border-radius: 0.125rem;
7
+ }
8
+
9
+ .rounded {
10
+ border-radius: 0.25rem;
11
+ }
12
+
13
+ .rounded-md {
14
+ border-radius: 0.375rem;
15
+ }
16
+
17
+ .rounded-lg {
18
+ border-radius: 0.5rem;
19
+ }
20
+
21
+ .rounded-xl {
22
+ border-radius: 0.75rem;
23
+ }
24
+
25
+ .rounded-2xl {
26
+ border-radius: 1rem;
27
+ }
28
+
29
+ .rounded-3xl {
30
+ border-radius: 1.5rem;
31
+ }
32
+
33
+ .rounded-full {
34
+ border-radius: 9999px;
35
+ }
36
+
37
+ .rounded-t-none {
38
+ border-top-left-radius: 0px;
39
+ border-top-right-radius: 0px;
40
+ }
41
+
42
+ .rounded-t-sm {
43
+ border-top-left-radius: 0.125rem;
44
+ border-top-right-radius: 0.125rem;
45
+ }
46
+
47
+ .rounded-t {
48
+ border-top-left-radius: 0.25rem;
49
+ border-top-right-radius: 0.25rem;
50
+ }
51
+
52
+ .rounded-t-md {
53
+ border-top-left-radius: 0.375rem;
54
+ border-top-right-radius: 0.375rem;
55
+ }
56
+
57
+ .rounded-t-lg {
58
+ border-top-left-radius: 0.5rem;
59
+ border-top-right-radius: 0.5rem;
60
+ }
61
+
62
+ .rounded-t-xl {
63
+ border-top-left-radius: 0.75rem;
64
+ border-top-right-radius: 0.75rem;
65
+ }
66
+
67
+ .rounded-t-2xl {
68
+ border-top-left-radius: 1rem;
69
+ border-top-right-radius: 1rem;
70
+ }
71
+
72
+ .rounded-t-3xl {
73
+ border-top-left-radius: 1.5rem;
74
+ border-top-right-radius: 1.5rem;
75
+ }
76
+
77
+ .rounded-t-full {
78
+ border-top-left-radius: 9999px;
79
+ border-top-right-radius: 9999px;
80
+ }
81
+
82
+ .rounded-r-none {
83
+ border-top-right-radius: 0px;
84
+ border-bottom-right-radius: 0px;
85
+ }
86
+
87
+ .rounded-r-sm {
88
+ border-top-right-radius: 0.125rem;
89
+ border-bottom-right-radius: 0.125rem;
90
+ }
91
+
92
+ .rounded-r {
93
+ border-top-right-radius: 0.25rem;
94
+ border-bottom-right-radius: 0.25rem;
95
+ }
96
+
97
+ .rounded-r-md {
98
+ border-top-right-radius: 0.375rem;
99
+ border-bottom-right-radius: 0.375rem;
100
+ }
101
+
102
+ .rounded-r-lg {
103
+ border-top-right-radius: 0.5rem;
104
+ border-bottom-right-radius: 0.5rem;
105
+ }
106
+
107
+ .rounded-r-xl {
108
+ border-top-right-radius: 0.75rem;
109
+ border-bottom-right-radius: 0.75rem;
110
+ }
111
+
112
+ .rounded-r-2xl {
113
+ border-top-right-radius: 1rem;
114
+ border-bottom-right-radius: 1rem;
115
+ }
116
+
117
+ .rounded-r-3xl {
118
+ border-top-right-radius: 1.5rem;
119
+ border-bottom-right-radius: 1.5rem;
120
+ }
121
+
122
+ .rounded-r-full {
123
+ border-top-right-radius: 9999px;
124
+ border-bottom-right-radius: 9999px;
125
+ }
126
+
127
+ .rounded-b-none {
128
+ border-bottom-right-radius: 0px;
129
+ border-bottom-left-radius: 0px;
130
+ }
131
+
132
+ .rounded-b-sm {
133
+ border-bottom-right-radius: 0.125rem;
134
+ border-bottom-left-radius: 0.125rem;
135
+ }
136
+
137
+ .rounded-b {
138
+ border-bottom-right-radius: 0.25rem;
139
+ border-bottom-left-radius: 0.25rem;
140
+ }
141
+
142
+ .rounded-b-md {
143
+ border-bottom-right-radius: 0.375rem;
144
+ border-bottom-left-radius: 0.375rem;
145
+ }
146
+
147
+ .rounded-b-lg {
148
+ border-bottom-right-radius: 0.5rem;
149
+ border-bottom-left-radius: 0.5rem;
150
+ }
151
+
152
+ .rounded-b-xl {
153
+ border-bottom-right-radius: 0.75rem;
154
+ border-bottom-left-radius: 0.75rem;
155
+ }
156
+
157
+ .rounded-b-2xl {
158
+ border-bottom-right-radius: 1rem;
159
+ border-bottom-left-radius: 1rem;
160
+ }
161
+
162
+ .rounded-b-3xl {
163
+ border-bottom-right-radius: 1.5rem;
164
+ border-bottom-left-radius: 1.5rem;
165
+ }
166
+
167
+ .rounded-b-full {
168
+ border-bottom-right-radius: 9999px;
169
+ border-bottom-left-radius: 9999px;
170
+ }
171
+
172
+ .rounded-l-none {
173
+ border-top-left-radius: 0px;
174
+ border-bottom-left-radius: 0px;
175
+ }
176
+
177
+ .rounded-l-sm {
178
+ border-top-left-radius: 0.125rem;
179
+ border-bottom-left-radius: 0.125rem;
180
+ }
181
+
182
+ .rounded-l {
183
+ border-top-left-radius: 0.25rem;
184
+ border-bottom-left-radius: 0.25rem;
185
+ }
186
+
187
+ .rounded-l-md {
188
+ border-top-left-radius: 0.375rem;
189
+ border-bottom-left-radius: 0.375rem;
190
+ }
191
+
192
+ .rounded-l-lg {
193
+ border-top-left-radius: 0.5rem;
194
+ border-bottom-left-radius: 0.5rem;
195
+ }
196
+
197
+ .rounded-l-xl {
198
+ border-top-left-radius: 0.75rem;
199
+ border-bottom-left-radius: 0.75rem;
200
+ }
201
+
202
+ .rounded-l-2xl {
203
+ border-top-left-radius: 1rem;
204
+ border-bottom-left-radius: 1rem;
205
+ }
206
+
207
+ .rounded-l-3xl {
208
+ border-top-left-radius: 1.5rem;
209
+ border-bottom-left-radius: 1.5rem;
210
+ }
211
+
212
+ .rounded-l-full {
213
+ border-top-left-radius: 9999px;
214
+ border-bottom-left-radius: 9999px;
215
+ }
216
+
217
+ .rounded-tl-none {
218
+ border-top-left-radius: 0px;
219
+ }
220
+
221
+ .rounded-tl-sm {
222
+ border-top-left-radius: 0.125rem;
223
+ }
224
+
225
+ .rounded-tl {
226
+ border-top-left-radius: 0.25rem;
227
+ }
228
+
229
+ .rounded-tl-md {
230
+ border-top-left-radius: 0.375rem;
231
+ }
232
+
233
+ .rounded-tl-lg {
234
+ border-top-left-radius: 0.5rem;
235
+ }
236
+
237
+ .rounded-tl-xl {
238
+ border-top-left-radius: 0.75rem;
239
+ }
240
+
241
+ .rounded-tl-2xl {
242
+ border-top-left-radius: 1rem;
243
+ }
244
+
245
+ .rounded-tl-3xl {
246
+ border-top-left-radius: 1.5rem;
247
+ }
248
+
249
+ .rounded-tl-full {
250
+ border-top-left-radius: 9999px;
251
+ }
252
+
253
+ .rounded-tr-none {
254
+ border-top-right-radius: 0px;
255
+ }
256
+
257
+ .rounded-tr-sm {
258
+ border-top-right-radius: 0.125rem;
259
+ }
260
+
261
+ .rounded-tr {
262
+ border-top-right-radius: 0.25rem;
263
+ }
264
+
265
+ .rounded-tr-md {
266
+ border-top-right-radius: 0.375rem;
267
+ }
268
+
269
+ .rounded-tr-lg {
270
+ border-top-right-radius: 0.5rem;
271
+ }
272
+
273
+ .rounded-tr-xl {
274
+ border-top-right-radius: 0.75rem;
275
+ }
276
+
277
+ .rounded-tr-2xl {
278
+ border-top-right-radius: 1rem;
279
+ }
280
+
281
+ .rounded-tr-3xl {
282
+ border-top-right-radius: 1.5rem;
283
+ }
284
+
285
+ .rounded-tr-full {
286
+ border-top-right-radius: 9999px;
287
+ }
288
+
289
+ .rounded-br-none {
290
+ border-bottom-right-radius: 0px;
291
+ }
292
+
293
+ .rounded-br-sm {
294
+ border-bottom-right-radius: 0.125rem;
295
+ }
296
+
297
+ .rounded-br {
298
+ border-bottom-right-radius: 0.25rem;
299
+ }
300
+
301
+ .rounded-br-md {
302
+ border-bottom-right-radius: 0.375rem;
303
+ }
304
+
305
+ .rounded-br-lg {
306
+ border-bottom-right-radius: 0.5rem;
307
+ }
308
+
309
+ .rounded-br-xl {
310
+ border-bottom-right-radius: 0.75rem;
311
+ }
312
+
313
+ .rounded-br-2xl {
314
+ border-bottom-right-radius: 1rem;
315
+ }
316
+
317
+ .rounded-br-3xl {
318
+ border-bottom-right-radius: 1.5rem;
319
+ }
320
+
321
+ .rounded-br-full {
322
+ border-bottom-right-radius: 9999px;
323
+ }
324
+
325
+ .rounded-bl-none {
326
+ border-bottom-left-radius: 0px;
327
+ }
328
+
329
+ .rounded-bl-sm {
330
+ border-bottom-left-radius: 0.125rem;
331
+ }
332
+
333
+ .rounded-bl {
334
+ border-bottom-left-radius: 0.25rem;
335
+ }
336
+
337
+ .rounded-bl-md {
338
+ border-bottom-left-radius: 0.375rem;
339
+ }
340
+
341
+ .rounded-bl-lg {
342
+ border-bottom-left-radius: 0.5rem;
343
+ }
344
+
345
+ .rounded-bl-xl {
346
+ border-bottom-left-radius: 0.75rem;
347
+ }
348
+
349
+ .rounded-bl-2xl {
350
+ border-bottom-left-radius: 1rem;
351
+ }
352
+
353
+ .rounded-bl-3xl {
354
+ border-bottom-left-radius: 1.5rem;
355
+ }
356
+
357
+ .rounded-bl-full {
358
+ border-bottom-left-radius: 9999px;
359
+ }
@@ -0,0 +1,19 @@
1
+ .border-solid {
2
+ border-style: solid;
3
+ }
4
+
5
+ .border-dashed {
6
+ border-style: dashed;
7
+ }
8
+
9
+ .border-dotted {
10
+ border-style: dotted;
11
+ }
12
+
13
+ .border-double {
14
+ border-style: double;
15
+ }
16
+
17
+ .border-none {
18
+ border-style: none;
19
+ }