2
--watch command 

no longer works for scss. What's the equivalent

Bought a new pc and can't get newest version of sass to compile

This is going to be marked as duplicate but please point me in right direction

1 Answers1

0

No, I don't think so. As the official SASS website explained, you can use --watch command like this:

sass --watch <input file or folder>:<output file or folder>

To install sass on your new machine you can use this command:

npm install -g sass
Keivan Sina
  • 608
  • 5
  • 21