Replies: 1 comment
-
In Your main css file, import tailwindcss and mantine styles layer. @layer theme, base, mantine, components, utilities;
@import 'tailwindcss';
@import '@mantine/core/styles.layer.css'; |
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
-
All, has anyone successfully figured out a clean way to use both Mantine and Tailwind CSS 4? In Tailwind 3 you could use it fine via a layer:
Then you had to turn off preflight in
tailwind.config.js
But I have not successfully figured out how to do it with the latest version (v4) of Tailwind.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions