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 trialMatthew Sambrook
2,255 PointsLESS/SASS Lessons?
Hi All -
Maybe I'm missing them, but are there any lessons on LESS or SASS on treehouse yet?
Also, in the Build a Responsive Website project >> Creating a Fluid Foundation >> Converting Pixels to Percentages could this be done in Less with Operations?
Example:
.Grid_1 { width: percentage(65/1000); }
5 Answers
James Barnett
39,199 PointsThere aren't any SASS/LESS courses on Treehouse although Guil Hernandez has done post on the Treehouse blog on how to choose the right CSS pre-processor and Andrew Chalkley has done a post on the Treehouse blog on the Absolute Beginner's Guide to SASS
Anthony Hind
5,715 PointsSo what would the general setup be do you guys use the compass APP or should we be doing it another way???
James Barnett
39,199 Points+1 for compass.app
Matthew Sambrook
2,255 PointsI use a different app that is free and focuses on less - http://wearekiss.com/simpless it's called Simpless and it's free plus it's cross platform. It works great though for LESS.
Another good option that is not free or cross platform is codkit (http://incident57.com/codekit/). It works for both less or SASS and it's a really nice program, but I went with the free LESS option since I don't use SASS.
Anthony Hind
5,715 PointsCheers James,
Just trying to get up to speed with my Mac and the best way to setup and move on with web development it's a challenge just to upload a photo at the minute it's so different from windows ... in a good way though :)
Ant
Chad Shores
Courses Plus Student 8,868 PointsI've been using the Zurb Foundation 4 framework in Sass and I really like it. I love Sass and Ruby too much to consider LESS.
Andrew Chalkley
Treehouse Guest TeacherSass is something we're looking in to. Can't say much but check the roadmap from time to time as we post our upcoming courses there.