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 Sass Basics (retired) Advanced Sass Concepts Working with Media Queries

Jonathan Leon
Jonathan Leon
18,813 Points

A question about sass and sublime

Hey :)

I downloaded sublime text 2 for this course and when I'm writing in the scss files I don't get to see the colors etc that Hampton gets.

What should I do to make it show up in scss files too?

3 Answers

James Lucia
James Lucia
7,350 Points

Install Package Control for Sublime Text 2.

Once you have Package Control, open it (on a Mac it's in under Preferences, and I don't remember where it is on a PC, but it's in one of the File menu options), and install Sass.

Then, open a sass file, click View | Syntax | Open all with current extension as … | Sass.

http://sublimetexttips.com/how-to-add-sass-support-in-sublime-text/

Couldn't have done that without your post. Anything that looks like command line stuff scares me off but with your post I managed it :)

You can use atom.io + prepross. For the colors you can install some atom packages, like Emmet, linter, minimap, and so on.