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 trialmoaaz bhnas
1,369 PointsWhat is the difference between Sass Basics course and Modular CSS with Sass?
I'm about to participate in a project which requires Sass. Is Sass Basics enough or I should do both?
2 Answers
Luke Pettway
16,593 PointsI highly recommend taking both courses if you have the time. The basics course will give you everything you need to work with Sass such as a firm understanding of things like variables, nesting, partials, mixins, inheritance, etc. The modular course will help more with architecting the actual structure of your Sass partial files in a way that is easier to keep organized.
Ashley Crossland
10,868 PointsHi Moaaz. If you want to learn Sass then begin with the Sass Basics course. It has changed since I took it, but if you know CSS it should be easy to follow and is a great skill to learn. It will save you loads of time writing CSS.
The Modular CSS with Sass course is something you may or may not want to go onto after the Sass course. It is aimed towards better organising your Sass code for larger, scalable sites.