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 Basic: Installing and Using Sass - Better Configuration for Sublime

I came up with a way to have Sublime automatically refresh the .css file after it is compiled after a save: Split the window horizontally by using

View > Layout > Rows:2

then open the .css in the lower window. Now the .css file will automatically update in the bottom window without the need to click in the window to refresh.

2 Answers

Tom Bedford
Tom Bedford
15,645 Points

Seconded - this is a great way to work through the tutorials as well as keeping an eye on the outputted CSS when you are using Sass for a project.