Skip to content

Commit

Permalink
fix: missing "not" in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Oct 9, 2024
1 parent 6b0c438 commit 85b3864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tailwind/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ corePlugins: {
},
```

This tells TailwindCSS to use preflight mode, which is necessary to avoid conflicts with UIkit. Please see https://tailwindcss.com/docs/preflight#disabling-preflight for more information.
This tells TailwindCSS not to use preflight mode, which is necessary to avoid conflicts with UIkit. Please see https://tailwindcss.com/docs/preflight#disabling-preflight for more information.

0 comments on commit 85b3864

Please sign in to comment.