+ 1
How to use Sass in windows? What is the easiest way to use it? TIA
3 Respostas
+ 3
I use it with nodejs and grunt. It takes a couple more minutes to set up but then it can auto-compile your sass to css as you code and other things. And you can copy your gruntfile over to other projects so you never have to touch the damn thing again.
+ 1
thanks :)