I downloaded this https://github.com/n00ge/sublime-text-haml-sass and done the four steps instructed (as a mac use). But I dont know how to run it so that my .sass file is converted to .css
Can you suggest me anything? thanks
|
I downloaded this https://github.com/n00ge/sublime-text-haml-sass and done the four steps instructed (as a mac use). But I dont know how to run it so that my .sass file is converted to .css Can you suggest me anything? thanks |
|||
|
|
|
I've been using Edge with Sublime Text 2 to live edit Sass & Compass files. Check it out here http://getedge.io |
|||
|
|
|
It looks like that uses Sublime's Build system to do the conversion. In Sublime, open "Tools > Build System" and choose Automatic, then try building (Cmd+B, F7, or Tools>Build.) If it still doesn't work, try changing the Build System from Automatic to SASS. |
|||
|
|