Hi, i am trying to add TailwindCSS to this template but i haven't succeeded yet
I've installed: "autoprefixer": "^9.8.6", "postcss": "^7.0.35", and "tailwindcss": "^2.0.1-compat" within the web folder.
also i've created the file tailwind.css within /web/styles folder.
Then i imported the css file on /web/pages_app.js
Finally i configured the postcss.config.file within the web folder.
Still not working.
I have tried many changes on the postscss.config.js file such as:
Without any succes. I am not getting any errors, it's just that the classes are being added to the html, but the styles are not being applied. Hope someone can help. Thanks in advanced.
Hi, i am trying to add TailwindCSS to this template but i haven't succeeded yet
I've installed: "autoprefixer": "^9.8.6", "postcss": "^7.0.35", and "tailwindcss": "^2.0.1-compat" within the web folder.
also i've created the file tailwind.css within /web/styles folder.
Then i imported the css file on /web/pages_app.js
Finally i configured the postcss.config.file within the web folder.
Still not working.
I have tried many changes on the postscss.config.js file such as:
Without any succes. I am not getting any errors, it's just that the classes are being added to the html, but the styles are not being applied. Hope someone can help. Thanks in advanced.