Replies: 1 comment
-
Hey! You can disable preflight via https://tailwindcss.com/docs/preflight#disabling-preflight |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm developing a wechat mini-program, and wanna use v4 init.
It can't use "*" in CSS, so, in v3 i banned global styles
@tailwind base;
. But v4 only has a@import "tailwindcss"
instead.how can i filter the global styles and ban it in v4?
Beta Was this translation helpful? Give feedback.
All reactions