I am learning Tailwind CSS. I want to use SCSS with Tailwind CSS.
How to achieve it?
It's pretty much same
npm install sass --save-dev
import '../scss/yourStyle.scss';
Your style will be applied.
But I don't think you need SCSS when you use TailwindCSS though. TailwindCSS is very powerful