Skip to content

Commit

Permalink
fix(preset-wind): include contains rule from preset-mini (#2072)
Browse files Browse the repository at this point in the history
  • Loading branch information
praburangki committed Jan 12, 2023
1 parent badcf86 commit 5493a41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/preset-wind/src/rules/default.ts
Expand Up @@ -9,6 +9,7 @@ import {
boxShadows,
boxSizing,
containerParent,
contains,
contentVisibility,
contents,
cssProperty,
Expand Down Expand Up @@ -78,6 +79,7 @@ export const rules: Rule[] = [
cssVariables,
cssProperty,
container,
contains,
screenReadersAccess,
pointerEvents,
appearances,
Expand Down

0 comments on commit 5493a41

Please sign in to comment.