Will DREAMWEAVER CC compile SASS into CSS?

dazabas2016-09-27T18:57:44Z

Favorite Answer

Get Brackets, or Atom editor, install a SASS auto compile plugin, this will compile your SASS/SCSS file everytime you save file, but you'll have to use these editors to work on your CSS.

If you want to keep using Dreamweaver, then the SASS Ruby compiler has a watch command line command, where it will watch for changes in a directory and compile every time you the SASS files are changed. I think the better compiler is the SASS compiler package in Nodejs though, it has the same watch type command.

Chris2016-09-27T16:40:44Z

No, but Dreamweaver is not a professional tool anyway. It is *NOT* web development's Photoshop.
The sooner you ditch DW, the better.

Filled with God2016-09-27T13:46:04Z

No.