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