Skip to content

Commit 70fa593

Browse files
fix: full screen condition (#3139)
Update conditions.ts, missing column
1 parent 046521b commit 70fa593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/preset-base/src/conditions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export const conditions = {
7878
optional: '&:optional',
7979
open: '&:is([open], [data-open], [data-state="open"])',
8080
closed: '&:is([closed], [data-closed], [data-state="closed"])',
81-
fullscreen: '&is(:fullscreen, [data-fullscreen])',
81+
fullscreen: '&:is(:fullscreen, [data-fullscreen])',
8282
loading: '&:is([data-loading], [aria-busy=true])',
8383
hidden: '&:is([hidden], [data-hidden])',
8484

0 commit comments

Comments
 (0)