Skip to content

Commit 5493a41

Browse files
authored
fix(preset-wind): include contains rule from preset-mini (#2072)
1 parent badcf86 commit 5493a41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/preset-wind/src/rules/default.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import {
99
boxShadows,
1010
boxSizing,
1111
containerParent,
12+
contains,
1213
contentVisibility,
1314
contents,
1415
cssProperty,
@@ -78,6 +79,7 @@ export const rules: Rule[] = [
7879
cssVariables,
7980
cssProperty,
8081
container,
82+
contains,
8183
screenReadersAccess,
8284
pointerEvents,
8385
appearances,

0 commit comments

Comments
 (0)