Tailwind in my Next-js project don´t charge/update the styles

14 Views Asked by At

I´m doing a Next-js project and when I put the tailwind clases (ml-auto, md:hidden...) some of the styles, but not all don´t charge in the webpage.

I´ve tried to update my tailwind (npm i tailwind) but don´t work. The only thing works is add the class in the layout.css, file inside ".next" folder. But when I do commit and push the classes that I added disapper. The tailwind classes that don´t work, aren´t in layout.css

0

There are 0 best solutions below