-
When I import tailwindcss like this in my app.css @import 'tailwindcss'; it makes my resulting app.css containing img, video {
max-width: 100%;
height: auto;
} It breakes all So I need the resulting app.css doesn't contain this |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
You can override Tailwind’s
Place this after your Tailwind import to ensure it takes precedence. Or, to remove all base styles (including
Just note that this removes all Tailwind resets. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
You could:
|
Beta Was this translation helpful? Give feedback.
You could: