Skip to content

Commit

Permalink
feat: add backdrop, enabled and optional variants
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadsammy committed May 21, 2023
1 parent 7de09c6 commit a1c57e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cli/core/constants/baseVariants.ts
Expand Up @@ -17,6 +17,8 @@ export const baseVariants = [
'focus-visible',
'active',
'disabled',
'enabled',
'backdrop',
// Exhaustive pseudo-classess
'only',
'first-of-type',
Expand All @@ -27,6 +29,7 @@ export const baseVariants = [
'indeterminate',
'placeholder-shown',
'autofill',
'optional',
'required',
'valid',
'invalid',
Expand Down

0 comments on commit a1c57e5

Please sign in to comment.