Skip to content

Commit a1c57e5

Browse files
committed
feat: add backdrop, enabled and optional variants
1 parent 7de09c6 commit a1c57e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/cli/core/constants/baseVariants.ts

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ export const baseVariants = [
1717
'focus-visible',
1818
'active',
1919
'disabled',
20+
'enabled',
21+
'backdrop',
2022
// Exhaustive pseudo-classess
2123
'only',
2224
'first-of-type',
@@ -27,6 +29,7 @@ export const baseVariants = [
2729
'indeterminate',
2830
'placeholder-shown',
2931
'autofill',
32+
'optional',
3033
'required',
3134
'valid',
3235
'invalid',

0 commit comments

Comments
 (0)