Some Tailwind classes do not work #10667
-
Tech: Tailwind the latest version, Next.js 12 Hi, I have a weird occurrence where some elements in my file have their tailwind classes create CSS properties for them, and some do not. I've run this command: This is my tailwind config:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
What's the path to the file containing the classes like |
Beta Was this translation helpful? Give feedback.
-
Try to run watch command And then reload the browser |
Beta Was this translation helpful? Give feedback.
What's the path to the file containing the classes like
md:m-auto
? Is it for sure covered by yourcontent
configuration?