Relative Content

Tag Archive for reactjstailwind-cssvite

Chrome dev tool not picking up the changes in tailwind classes

I’m making a side project using tailwind and react with vite. I realised that the changes I made to my tailwind classes is not being reflected in the chrome dev tools and the changes are not displayed in the website. As a result I have to stop the server and run npm run dev again to see the reflected changes. I realised that this issue pops up only when I am trying to change the tailwind classes of a component that is imported and used in other components.

Tailwind CSS does not apply styling to Vite React App

I’ve never used Tailwind and thought I’d give it a try for a new project I’m working on. I quite literally copy/pasted the instructions provided in their docs here: https://tailwindcss.com/docs/guides/vite and none of the styles are being applied.