Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Working with SASS in Adobe Dreamweaver

I am trying to figure out how to start using SASS files in Dreamweaver.

The error message I get when trying to open is: "Can't find a valid editor for this file extension".

All my SASS files are valid and open well with Eclipse.

Thanks in advance to anyone who could post any tips on this one.

like image 333
dkatwitt Avatar asked Jan 28 '11 16:01

dkatwitt


1 Answers

OK. I have found the answer.

All you need to do is open Dreamweaver, go to Edit> Preferences> File Types / Editors and in the top text box ("Open in code view:") listing various files extensions add .sass.

That's it. Rest is down to haml and compass.

I hope this post will help anyone having similar problem.

like image 114
dkatwitt Avatar answered Sep 29 '22 09:09

dkatwitt