Skip to content

Commit 849d4e4

Browse files
committed
Update fused-group.css
1 parent 37e9800 commit 849d4e4

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

packages/schemas/resources/css/components/fused-group.css

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
}
55

66
& .fi-sc {
7-
@apply rounded-lg divide-y divide-gray-950/10 dark:divide-white/20;
7+
@apply divide-y divide-gray-950/10 rounded-lg dark:divide-white/20;
88

99
& .fi-sc-component {
1010
@apply min-h-full;
@@ -27,7 +27,7 @@
2727
}
2828

2929
&.fi-grid-cols {
30-
@apply divide-y-0 divide-x;
30+
@apply divide-x divide-y-0;
3131

3232
& > :first-child .fi-input-wrp {
3333
@apply rounded-se-none rounded-es-lg;
@@ -39,7 +39,7 @@
3939
}
4040

4141
&.sm\:fi-grid-cols {
42-
@apply sm:divide-y-0 sm:divide-x;
42+
@apply sm:divide-x sm:divide-y-0;
4343

4444
& > :first-child .fi-input-wrp {
4545
@apply sm:rounded-se-none sm:rounded-es-lg;
@@ -51,7 +51,7 @@
5151
}
5252

5353
&.md\:fi-grid-cols {
54-
@apply md:divide-y-0 md:divide-x;
54+
@apply md:divide-x md:divide-y-0;
5555

5656
& > :first-child .fi-input-wrp {
5757
@apply md:rounded-se-none md:rounded-es-lg;
@@ -63,7 +63,7 @@
6363
}
6464

6565
&.lg\:fi-grid-cols {
66-
@apply lg:divide-y-0 lg:divide-x;
66+
@apply lg:divide-x lg:divide-y-0;
6767

6868
& > :first-child .fi-input-wrp {
6969
@apply lg:rounded-se-none lg:rounded-es-lg;
@@ -75,7 +75,7 @@
7575
}
7676

7777
&.xl\:fi-grid-cols {
78-
@apply xl:divide-y-0 xl:divide-x;
78+
@apply xl:divide-x xl:divide-y-0;
7979

8080
& > :first-child .fi-input-wrp {
8181
@apply xl:rounded-se-none xl:rounded-es-lg;
@@ -87,7 +87,7 @@
8787
}
8888

8989
&.\32xl\:fi-grid-cols {
90-
@apply 2xl:divide-y-0 2xl:divide-x;
90+
@apply 2xl:divide-x 2xl:divide-y-0;
9191

9292
& > :first-child .fi-input-wrp {
9393
@apply 2xl:rounded-se-none 2xl:rounded-es-lg;
@@ -100,7 +100,7 @@
100100

101101
@supports (container-type: inline-size) {
102102
&.\@3xs\:fi-grid-cols {
103-
@apply @3xs:divide-y-0 @3xs:divide-x;
103+
@apply @3xs:divide-x @3xs:divide-y-0;
104104

105105
& > :first-child .fi-input-wrp {
106106
@apply @3xs:rounded-se-none @3xs:rounded-es-lg;
@@ -112,7 +112,7 @@
112112
}
113113

114114
&.\@2xs\:fi-grid-cols {
115-
@apply @2xs:divide-y-0 @2xs:divide-x;
115+
@apply @2xs:divide-x @2xs:divide-y-0;
116116

117117
& > :first-child .fi-input-wrp {
118118
@apply @2xs:rounded-se-none @2xs:rounded-es-lg;
@@ -124,7 +124,7 @@
124124
}
125125

126126
&.\@xs\:fi-grid-cols {
127-
@apply @xs:divide-y-0 @xs:divide-x;
127+
@apply @xs:divide-x @xs:divide-y-0;
128128

129129
& > :first-child .fi-input-wrp {
130130
@apply @xs:rounded-se-none @xs:rounded-es-lg;
@@ -136,7 +136,7 @@
136136
}
137137

138138
&.\@sm\:fi-grid-cols {
139-
@apply @sm:divide-y-0 @sm:divide-x;
139+
@apply @sm:divide-x @sm:divide-y-0;
140140

141141
& > :first-child .fi-input-wrp {
142142
@apply @sm:rounded-se-none @sm:rounded-es-lg;
@@ -148,7 +148,7 @@
148148
}
149149

150150
&.\@md\:fi-grid-cols {
151-
@apply @md:divide-y-0 @md:divide-x;
151+
@apply @md:divide-x @md:divide-y-0;
152152

153153
& > :first-child .fi-input-wrp {
154154
@apply @md:rounded-se-none @md:rounded-es-lg;
@@ -160,7 +160,7 @@
160160
}
161161

162162
&.\@lg\:fi-grid-cols {
163-
@apply @lg:divide-y-0 @lg:divide-x;
163+
@apply @lg:divide-x @lg:divide-y-0;
164164

165165
& > :first-child .fi-input-wrp {
166166
@apply @lg:rounded-se-none @lg:rounded-es-lg;
@@ -172,7 +172,7 @@
172172
}
173173

174174
&.\@xl\:fi-grid-cols {
175-
@apply @xl:divide-y-0 @xl:divide-x;
175+
@apply @xl:divide-x @xl:divide-y-0;
176176

177177
& > :first-child .fi-input-wrp {
178178
@apply @xl:rounded-se-none @xl:rounded-es-lg;
@@ -184,7 +184,7 @@
184184
}
185185

186186
&.\@2xl\:fi-grid-cols {
187-
@apply @2xl:divide-y-0 @2xl:divide-x;
187+
@apply @2xl:divide-x @2xl:divide-y-0;
188188

189189
& > :first-child .fi-input-wrp {
190190
@apply @2xl:rounded-se-none @2xl:rounded-es-lg;
@@ -196,7 +196,7 @@
196196
}
197197

198198
&.\@3xl\:fi-grid-cols {
199-
@apply @3xl:divide-y-0 @3xl:divide-x;
199+
@apply @3xl:divide-x @3xl:divide-y-0;
200200

201201
& > :first-child .fi-input-wrp {
202202
@apply @3xl:rounded-se-none @3xl:rounded-es-lg;
@@ -208,7 +208,7 @@
208208
}
209209

210210
&.\@4xl\:fi-grid-cols {
211-
@apply @4xl:divide-y-0 @4xl:divide-x;
211+
@apply @4xl:divide-x @4xl:divide-y-0;
212212

213213
& > :first-child .fi-input-wrp {
214214
@apply @4xl:rounded-se-none @4xl:rounded-es-lg;
@@ -220,7 +220,7 @@
220220
}
221221

222222
&.\@5xl\:fi-grid-cols {
223-
@apply @5xl:divide-y-0 @5xl:divide-x;
223+
@apply @5xl:divide-x @5xl:divide-y-0;
224224

225225
& > :first-child .fi-input-wrp {
226226
@apply @5xl:rounded-se-none @5xl:rounded-es-lg;
@@ -232,7 +232,7 @@
232232
}
233233

234234
&.\@6xl\:fi-grid-cols {
235-
@apply @6xl:divide-y-0 @6xl:divide-x;
235+
@apply @6xl:divide-x @6xl:divide-y-0;
236236

237237
& > :first-child .fi-input-wrp {
238238
@apply @6xl:rounded-se-none @6xl:rounded-es-lg;
@@ -244,7 +244,7 @@
244244
}
245245

246246
&.\@7xl\:fi-grid-cols {
247-
@apply @7xl:divide-y-0 @7xl:divide-x;
247+
@apply @7xl:divide-x @7xl:divide-y-0;
248248

249249
& > :first-child .fi-input-wrp {
250250
@apply @7xl:rounded-se-none @7xl:rounded-es-lg;
@@ -258,7 +258,7 @@
258258

259259
@supports not (container-type: inline-size) {
260260
&.\!\@sm\:fi-grid-cols {
261-
@apply sm:divide-y-0 sm:divide-x;
261+
@apply sm:divide-x sm:divide-y-0;
262262

263263
& > :first-child .fi-input-wrp {
264264
@apply sm:rounded-se-none sm:rounded-es-lg;
@@ -270,7 +270,7 @@
270270
}
271271

272272
&.\!\@md\:fi-grid-cols {
273-
@apply md:divide-y-0 md:divide-x;
273+
@apply md:divide-x md:divide-y-0;
274274

275275
& > :first-child .fi-input-wrp {
276276
@apply md:rounded-se-none md:rounded-es-lg;
@@ -282,7 +282,7 @@
282282
}
283283

284284
&.\!\@lg\:fi-grid-cols {
285-
@apply lg:divide-y-0 lg:divide-x;
285+
@apply lg:divide-x lg:divide-y-0;
286286

287287
& > :first-child .fi-input-wrp {
288288
@apply lg:rounded-se-none lg:rounded-es-lg;
@@ -294,7 +294,7 @@
294294
}
295295

296296
&.\!\@xl\:fi-grid-cols {
297-
@apply xl:divide-y-0 xl:divide-x;
297+
@apply xl:divide-x xl:divide-y-0;
298298

299299
& > :first-child .fi-input-wrp {
300300
@apply xl:rounded-se-none xl:rounded-es-lg;
@@ -306,7 +306,7 @@
306306
}
307307

308308
&.\!\@2xl\:fi-grid-cols {
309-
@apply 2xl:divide-y-0 2xl:divide-x;
309+
@apply 2xl:divide-x 2xl:divide-y-0;
310310

311311
& > :first-child .fi-input-wrp {
312312
@apply 2xl:rounded-se-none 2xl:rounded-es-lg;

0 commit comments

Comments
 (0)