Skip to content

Commit 3b176f3

Browse files
committed
style(sass): replace unocss apply with css expression
1 parent b9b8c00 commit 3b176f3

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

src/sass/formkit-primevue.scss

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -344,13 +344,13 @@ $grid-breakpoints: (
344344
width: 100%;
345345

346346
label {
347-
@apply w-4/12;
347+
width: 33.3333333333%;
348348
padding-top: 0.25rem;
349349
line-height: normal;
350350
}
351351

352352
.formkit-inner {
353-
@apply w-8/12;
353+
width: 66.6666666667%;
354354
}
355355
}
356356

@@ -369,16 +369,12 @@ $grid-breakpoints: (
369369
}
370370
}
371371

372-
373372
.formkit-help, .formkit-messages {
374-
@apply w-8/12;
373+
width: 66.6666666667%;
375374
margin-left: auto;
376375
}
377376
}
378-
379377
}
380-
381-
382378
}
383379
}
384380

0 commit comments

Comments
 (0)