Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

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

share|improve this question

3 Answers

You should check out Compass. Run a compass watch and never look back.

share|improve this answer

I've been using Edge with Sublime Text 2 to live edit Sass & Compass files. Check it out here http://getedge.io

share|improve this answer

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.