Is Tailwind / Bootstrap Css supported in faust js projects. If yes how can we setup it? #731
-
I am trying to integrate tailwind css with faust js app. I am using Next js framework for this. Tried installing tailwind packages and using it but i didnt work. Is tailwind or bootstrap supported other than normalize css in faust?? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hello @Anurag931999 of course you can integrate both tailwind or bootstrap. For tailwind.css you just have to use the following tutorial guide: For bootstrap you just have to require bootstrap: npm install bootstrap Then import it inside the
|
Beta Was this translation helpful? Give feedback.
-
Keep in mind that if you are using the Faust.js Next App Router example, the steps described in the Tailwind CSS docs linked above are not sufficient. When using When using Faust with the As such, there are two missing steps from the linked documentation in getting Tailwind to work with Faust.js specifically:
Tailwind should now be working as long as you have followed all the necessary steps! |
Beta Was this translation helpful? Give feedback.
Hello @Anurag931999 of course you can integrate both tailwind or bootstrap.
For tailwind.css you just have to use the following tutorial guide:
https://tailwindcss.com/docs/guides/nextjs
For bootstrap you just have to require bootstrap:
Then import it inside the
_app.tsx
file: