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

.less tutorials on treehouse?

I'm looking for some tutorials on the Less css preprocessor. I know Treehouse covers Sass, but I haven't been able to find any on Less. Are there any that I missed?

1 Answer

Kevin Korte
Kevin Korte
28,148 Points

No Less, only Sass. But the Sass courses will help you still. You can go through the Sass, learn the logic, best practices, etc and than port that knowledge over to the Less syntax, which you should be able to pretty easily figure out with their documentation.

There are some differences/features between Sass and Less, but once you learn one, it'll make learning the ins and outs of the other much easier.

Thanks Kevin! I figured there would be a lot of cross over. I'll check out the Sass courses.