Can someone use tailwind css and sass in the same project?
For further actions, you may consider blocking this person and/or reporting abuse
Can someone use tailwind css and sass in the same project?
For further actions, you may consider blocking this person and/or reporting abuse
Tanay Karnik -
SalmanIyad -
Nozibul Islam -
Miguel Ángel Durán 👨💻 -
Top comments (2)
Yes off course we can use sass with tailwindcss.
Process
First initialize the tailwindcss project then install sass by using
npm i sass --save-dev
then add these two scripts in your package.json file
and that's it.
Happy coding :)
Why not but why would you want ?