Skip to content

Commit

Permalink
docs(preset-wind): fix greater than breakpoint (#1648)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukashass committed Sep 26, 2022
1 parent e74dfe1 commit d835621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/preset-wind/README.md
Expand Up @@ -27,7 +27,7 @@ Unocss({

- `<sm:p-1` -> `lt-sm:p-1`
- `@lg:p-1` -> `at-lg:p-1`
- `>xl:p-1` -> `gt-lg:p-1`
- `>xl:p-1` -> `lg:p-1`

to have more consistent naming.

Expand Down

0 comments on commit d835621

Please sign in to comment.