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