dorian-tailwind 0.1.0 → 0.5.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 (123) hide show
  1. checksums.yaml +4 -4
  2. data/{vendor → app}/assets/stylesheets/dorian-tailwind/align-content.css +0 -0
  3. data/{vendor → app}/assets/stylesheets/dorian-tailwind/align-items.css +0 -0
  4. data/{vendor → app}/assets/stylesheets/dorian-tailwind/align-self.css +0 -0
  5. data/{vendor → app}/assets/stylesheets/dorian-tailwind/appearance.css +0 -0
  6. data/app/assets/stylesheets/dorian-tailwind/backdrop-filter.css +8 -0
  7. data/{vendor → app}/assets/stylesheets/dorian-tailwind/background-attachment.css +0 -0
  8. data/{vendor → app}/assets/stylesheets/dorian-tailwind/background-blend-mode.css +0 -0
  9. data/{vendor → app}/assets/stylesheets/dorian-tailwind/background-clip.css +0 -0
  10. data/{vendor → app}/assets/stylesheets/dorian-tailwind/background-color.css +0 -0
  11. data/app/assets/stylesheets/dorian-tailwind/background-image.css +51 -0
  12. data/{vendor → app}/assets/stylesheets/dorian-tailwind/background-origin.css +0 -0
  13. data/{vendor → app}/assets/stylesheets/dorian-tailwind/background-position.css +0 -0
  14. data/{vendor → app}/assets/stylesheets/dorian-tailwind/background-repeat.css +0 -0
  15. data/{vendor → app}/assets/stylesheets/dorian-tailwind/background-size.css +0 -0
  16. data/{vendor → app}/assets/stylesheets/dorian-tailwind/border-collapse.css +0 -0
  17. data/{vendor → app}/assets/stylesheets/dorian-tailwind/border-color.css +0 -0
  18. data/{vendor → app}/assets/stylesheets/dorian-tailwind/border-radius.css +0 -0
  19. data/{vendor → app}/assets/stylesheets/dorian-tailwind/border-style.css +0 -0
  20. data/{vendor → app}/assets/stylesheets/dorian-tailwind/border-width.css +0 -0
  21. data/{vendor → app}/assets/stylesheets/dorian-tailwind/box-decoration-break.css +0 -0
  22. data/app/assets/stylesheets/dorian-tailwind/box-shadow.css +31 -0
  23. data/{vendor → app}/assets/stylesheets/dorian-tailwind/box-sizing.css +0 -0
  24. data/{vendor → app}/assets/stylesheets/dorian-tailwind/clear.css +0 -0
  25. data/{vendor → app}/assets/stylesheets/dorian-tailwind/cursor.css +0 -0
  26. data/{vendor → app}/assets/stylesheets/dorian-tailwind/display.css +0 -0
  27. data/{vendor → app}/assets/stylesheets/dorian-tailwind/divide-color.css +0 -0
  28. data/{vendor → app}/assets/stylesheets/dorian-tailwind/divide-style.css +0 -0
  29. data/app/assets/stylesheets/dorian-tailwind/divide-width.css +49 -0
  30. data/{vendor → app}/assets/stylesheets/dorian-tailwind/fill.css +0 -0
  31. data/app/assets/stylesheets/dorian-tailwind/filter.css +8 -0
  32. data/{vendor → app}/assets/stylesheets/dorian-tailwind/flex-direction.css +0 -0
  33. data/{vendor → app}/assets/stylesheets/dorian-tailwind/flex-grow.css +0 -0
  34. data/{vendor → app}/assets/stylesheets/dorian-tailwind/flex-shrink.css +0 -0
  35. data/{vendor → app}/assets/stylesheets/dorian-tailwind/flex-wrap.css +0 -0
  36. data/{vendor → app}/assets/stylesheets/dorian-tailwind/flex.css +0 -0
  37. data/{vendor → app}/assets/stylesheets/dorian-tailwind/float.css +0 -0
  38. data/{vendor → app}/assets/stylesheets/dorian-tailwind/font-family.css +0 -0
  39. data/{vendor → app}/assets/stylesheets/dorian-tailwind/font-size.css +0 -0
  40. data/{vendor → app}/assets/stylesheets/dorian-tailwind/font-smoothing.css +0 -0
  41. data/{vendor → app}/assets/stylesheets/dorian-tailwind/font-style.css +0 -0
  42. data/{vendor → app}/assets/stylesheets/dorian-tailwind/font-variant-numeric.css +0 -0
  43. data/{vendor → app}/assets/stylesheets/dorian-tailwind/font-weight.css +0 -0
  44. data/{vendor → app}/assets/stylesheets/dorian-tailwind/gap.css +12 -12
  45. data/{vendor → app}/assets/stylesheets/dorian-tailwind/grid-auto-columns.css +0 -0
  46. data/{vendor → app}/assets/stylesheets/dorian-tailwind/grid-auto-flow.css +0 -0
  47. data/{vendor → app}/assets/stylesheets/dorian-tailwind/grid-auto-rows.css +0 -0
  48. data/{vendor → app}/assets/stylesheets/dorian-tailwind/grid-column.css +0 -0
  49. data/{vendor → app}/assets/stylesheets/dorian-tailwind/grid-row.css +0 -0
  50. data/{vendor → app}/assets/stylesheets/dorian-tailwind/grid-template-columns.css +0 -0
  51. data/{vendor → app}/assets/stylesheets/dorian-tailwind/grid-template-rows.css +0 -0
  52. data/{vendor → app}/assets/stylesheets/dorian-tailwind/height.css +19 -19
  53. data/{vendor → app}/assets/stylesheets/dorian-tailwind/isolation.css +0 -0
  54. data/{vendor → app}/assets/stylesheets/dorian-tailwind/justify-content.css +0 -0
  55. data/{vendor → app}/assets/stylesheets/dorian-tailwind/justify-items.css +0 -0
  56. data/{vendor → app}/assets/stylesheets/dorian-tailwind/justify-self.css +0 -0
  57. data/{vendor → app}/assets/stylesheets/dorian-tailwind/letter-spacing.css +0 -0
  58. data/{vendor → app}/assets/stylesheets/dorian-tailwind/line-height.css +0 -0
  59. data/{vendor → app}/assets/stylesheets/dorian-tailwind/list-style-position.css +0 -0
  60. data/{vendor → app}/assets/stylesheets/dorian-tailwind/list-style-type.css +0 -0
  61. data/{vendor → app}/assets/stylesheets/dorian-tailwind/margin.css +56 -56
  62. data/{vendor → app}/assets/stylesheets/dorian-tailwind/max-height.css +4 -4
  63. data/{vendor → app}/assets/stylesheets/dorian-tailwind/max-width.css +0 -0
  64. data/{vendor → app}/assets/stylesheets/dorian-tailwind/min-height.css +0 -0
  65. data/{vendor → app}/assets/stylesheets/dorian-tailwind/min-width.css +0 -0
  66. data/{vendor → app}/assets/stylesheets/dorian-tailwind/mix-blend-mode.css +0 -0
  67. data/{vendor → app}/assets/stylesheets/dorian-tailwind/object-fit.css +0 -0
  68. data/{vendor → app}/assets/stylesheets/dorian-tailwind/object-position.css +0 -0
  69. data/{vendor → app}/assets/stylesheets/dorian-tailwind/opacity.css +0 -0
  70. data/{vendor → app}/assets/stylesheets/dorian-tailwind/order.css +0 -0
  71. data/{vendor → app}/assets/stylesheets/dorian-tailwind/outline.css +0 -0
  72. data/{vendor → app}/assets/stylesheets/dorian-tailwind/overflow.css +0 -0
  73. data/{vendor → app}/assets/stylesheets/dorian-tailwind/overscroll-behavior.css +0 -0
  74. data/{vendor → app}/assets/stylesheets/dorian-tailwind/padding.css +28 -28
  75. data/{vendor → app}/assets/stylesheets/dorian-tailwind/place-content.css +0 -0
  76. data/{vendor → app}/assets/stylesheets/dorian-tailwind/place-items.css +0 -0
  77. data/{vendor → app}/assets/stylesheets/dorian-tailwind/place-self.css +0 -0
  78. data/{vendor → app}/assets/stylesheets/dorian-tailwind/placeholder-color.css +0 -0
  79. data/{vendor → app}/assets/stylesheets/dorian-tailwind/pointer-events.css +0 -0
  80. data/{vendor → app}/assets/stylesheets/dorian-tailwind/position.css +0 -0
  81. data/app/assets/stylesheets/dorian-tailwind/preflight.css +392 -0
  82. data/{vendor → app}/assets/stylesheets/dorian-tailwind/resize.css +0 -0
  83. data/app/assets/stylesheets/dorian-tailwind/ring-offset-color.css +335 -0
  84. data/app/assets/stylesheets/dorian-tailwind/ring-offset-width.css +19 -0
  85. data/app/assets/stylesheets/dorian-tailwind/ring-width.css +23 -0
  86. data/{vendor → app}/assets/stylesheets/dorian-tailwind/screen-readers.css +0 -0
  87. data/app/assets/stylesheets/dorian-tailwind/space.css +699 -0
  88. data/{vendor → app}/assets/stylesheets/dorian-tailwind/stroke-width.css +0 -0
  89. data/{vendor → app}/assets/stylesheets/dorian-tailwind/stroke.css +0 -0
  90. data/{vendor → app}/assets/stylesheets/dorian-tailwind/table-layout.css +0 -0
  91. data/{vendor → app}/assets/stylesheets/dorian-tailwind/text-align.css +0 -0
  92. data/{vendor → app}/assets/stylesheets/dorian-tailwind/text-color.css +0 -0
  93. data/{vendor → app}/assets/stylesheets/dorian-tailwind/text-decoration.css +0 -0
  94. data/{vendor → app}/assets/stylesheets/dorian-tailwind/text-overflow.css +0 -0
  95. data/{vendor → app}/assets/stylesheets/dorian-tailwind/text-transform.css +0 -0
  96. data/{vendor → app}/assets/stylesheets/dorian-tailwind/top-right-bottom-left.css +140 -140
  97. data/{vendor → app}/assets/stylesheets/dorian-tailwind/transform-origin.css +0 -0
  98. data/app/assets/stylesheets/dorian-tailwind/transform.css +13 -0
  99. data/{vendor → app}/assets/stylesheets/dorian-tailwind/transition-delay.css +0 -0
  100. data/{vendor → app}/assets/stylesheets/dorian-tailwind/transition-duration.css +0 -0
  101. data/{vendor → app}/assets/stylesheets/dorian-tailwind/transition-property.css +0 -0
  102. data/{vendor → app}/assets/stylesheets/dorian-tailwind/transition-timing-function.css +0 -0
  103. data/{vendor → app}/assets/stylesheets/dorian-tailwind/user-select.css +0 -0
  104. data/{vendor → app}/assets/stylesheets/dorian-tailwind/vertical-align.css +0 -0
  105. data/{vendor → app}/assets/stylesheets/dorian-tailwind/visibility.css +0 -0
  106. data/{vendor → app}/assets/stylesheets/dorian-tailwind/whitespace.css +0 -0
  107. data/{vendor → app}/assets/stylesheets/dorian-tailwind/width.css +30 -30
  108. data/{vendor → app}/assets/stylesheets/dorian-tailwind/word-break.css +0 -0
  109. data/{vendor → app}/assets/stylesheets/dorian-tailwind/z-index.css +0 -0
  110. data/app/assets/stylesheets/dorian-tailwind.css.scss +108 -0
  111. data/lib/dorian/tailwind.rb +9 -0
  112. metadata +129 -112
  113. data/vendor/assets/stylesheets/dorian-tailwind/animation.css +0 -58
  114. data/vendor/assets/stylesheets/dorian-tailwind/backdrop-filter.css +0 -7
  115. data/vendor/assets/stylesheets/dorian-tailwind/background-image.css +0 -35
  116. data/vendor/assets/stylesheets/dorian-tailwind/box-shadow.css +0 -31
  117. data/vendor/assets/stylesheets/dorian-tailwind/divide-width.css +0 -49
  118. data/vendor/assets/stylesheets/dorian-tailwind/filter.css +0 -7
  119. data/vendor/assets/stylesheets/dorian-tailwind/ring-offset-color.css +0 -335
  120. data/vendor/assets/stylesheets/dorian-tailwind/ring-offset-width.css +0 -19
  121. data/vendor/assets/stylesheets/dorian-tailwind/ring-width.css +0 -23
  122. data/vendor/assets/stylesheets/dorian-tailwind/space.css +0 -699
  123. data/vendor/assets/stylesheets/dorian-tailwind/transform.css +0 -13
@@ -1,7 +0,0 @@
1
- .backdrop-filter {
2
- backdrop-filter: 1 1 1 1 1 1 1 1 1;
3
- }
4
-
5
- .backdrop-filter-none {
6
- backdrop-filter: none;
7
- }
@@ -1,35 +0,0 @@
1
- .bg-none {
2
- background-image: none;
3
- }
4
-
5
- .bg-gradient-to-t {
6
- background-image: linear-gradient(to top, 1);
7
- }
8
-
9
- .bg-gradient-to-tr {
10
- background-image: linear-gradient(to top right, 1);
11
- }
12
-
13
- .bg-gradient-to-r {
14
- background-image: linear-gradient(to right, 1);
15
- }
16
-
17
- .bg-gradient-to-br {
18
- background-image: linear-gradient(to bottom right, 1);
19
- }
20
-
21
- .bg-gradient-to-b {
22
- background-image: linear-gradient(to bottom, 1);
23
- }
24
-
25
- .bg-gradient-to-bl {
26
- background-image: linear-gradient(to bottom left, 1);
27
- }
28
-
29
- .bg-gradient-to-l {
30
- background-image: linear-gradient(to left, 1);
31
- }
32
-
33
- .bg-gradient-to-tl {
34
- background-image: linear-gradient(to top left, 1);
35
- }
@@ -1,31 +0,0 @@
1
- .shadow-sm {
2
- box-shadow: 1, 1, 1;
3
- }
4
-
5
- .shadow {
6
- box-shadow: 1, 1, 1;
7
- }
8
-
9
- .shadow-md {
10
- box-shadow: 1, 1, 1;
11
- }
12
-
13
- .shadow-lg {
14
- box-shadow: 1, 1, 1;
15
- }
16
-
17
- .shadow-xl {
18
- box-shadow: 1, 1, 1;
19
- }
20
-
21
- .shadow-2xl {
22
- box-shadow: 1, 1, 1;
23
- }
24
-
25
- .shadow-inner {
26
- box-shadow: 1, 1, 1;
27
- }
28
-
29
- .shadow-none {
30
- box-shadow: 1, 1, 1;
31
- }
@@ -1,49 +0,0 @@
1
- .divide-x-0 > * + * {
2
- border-right-width: calc(0px * 1);
3
- border-left-width: calc(0px * calc(1 - 1));
4
- }
5
-
6
- .divide-x-2 > * + * {
7
- border-right-width: calc(2px * 1);
8
- border-left-width: calc(2px * calc(1 - 1));
9
- }
10
-
11
- .divide-x-4 > * + * {
12
- border-right-width: calc(4px * 1);
13
- border-left-width: calc(4px * calc(1 - 1));
14
- }
15
-
16
- .divide-x-8 > * + * {
17
- border-right-width: calc(8px * 1);
18
- border-left-width: calc(8px * calc(1 - 1));
19
- }
20
-
21
- .divide-x > * + * {
22
- border-right-width: calc(1px * 1);
23
- border-left-width: calc(1px * calc(1 - 1));
24
- }
25
-
26
- .divide-y-0 > * + * {
27
- border-top-width: calc(0px * calc(1 - 1));
28
- border-bottom-width: calc(0px * 1);
29
- }
30
-
31
- .divide-y-2 > * + * {
32
- border-top-width: calc(2px * calc(1 - 1));
33
- border-bottom-width: calc(2px * 1);
34
- }
35
-
36
- .divide-y-4 > * + * {
37
- border-top-width: calc(4px * calc(1 - 1));
38
- border-bottom-width: calc(4px * 1);
39
- }
40
-
41
- .divide-y-8 > * + * {
42
- border-top-width: calc(8px * calc(1 - 1));
43
- border-bottom-width: calc(8px * 1);
44
- }
45
-
46
- .divide-y > * + * {
47
- border-top-width: calc(1px * calc(1 - 1));
48
- border-bottom-width: calc(1px * 1);
49
- }
@@ -1,7 +0,0 @@
1
- .filter {
2
- filter: 1 1 1 1 1 1 1 1 1;
3
- }
4
-
5
- .filter-none {
6
- filter: none;
7
- }
@@ -1,335 +0,0 @@
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
- }
@@ -1,19 +0,0 @@
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
- }
@@ -1,23 +0,0 @@
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
- }