Skip to content

Commit

Permalink
fix: full screen condition (#3139)
Browse files Browse the repository at this point in the history
Update conditions.ts, missing column
  • Loading branch information
MarvelNwachukwu authored Feb 12, 2025
1 parent 046521b commit 70fa593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/preset-base/src/conditions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const conditions = {
optional: '&:optional',
open: '&:is([open], [data-open], [data-state="open"])',
closed: '&:is([closed], [data-closed], [data-state="closed"])',
fullscreen: '&is(:fullscreen, [data-fullscreen])',
fullscreen: '&:is(:fullscreen, [data-fullscreen])',
loading: '&:is([data-loading], [aria-busy=true])',
hidden: '&:is([hidden], [data-hidden])',

Expand Down

0 comments on commit 70fa593

Please sign in to comment.