Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS

Best code editor for SASS?

Hey guys,

I just started learning SASS syntax. I'm wondering what do you think is the best code editor for it? I prefer a clean and bracket-less syntax. Currently I'm using Sublime text 3, but I get errors when there's no brackets and semicolons in the code and it seems that there's no package or something else to get rid of it.. btw, I'm Windows user.

2 Answers

Hi Janis, Sublime Text is a good editor. Below are a few resources for you.

Syntax Highlighting for Sass

Preprocessors for Compiling and Error Checking

P.S. You might also like Sublime Text Power User Book.

Bruhhhh, just figured out my mistake. My main CSS file still had .scss ending. Saved it like .sass and it's all good. Anyway, thanks for the resources, Dustin!

No problem, glad you got it.