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 trialTracy Excell
Front End Web Development Techdegree Graduate 15,333 PointsSass coding question
Hello,
I am practicing Sass in my own projects and want to get more comfortable coding this way. I am interested to know from those who code in Sass, when working on a project do you code directly in Sass, or do you code in css first and then convert to Sass?
Thank you.
1 Answer
Max Senden
23,177 PointsHi Tracy,
I work solely in Sass. After all, there's no reason to first code things in CSS and afterwards redo everything again in Sass. Besides, the point of Sass is that it dramatically cuts down on the time you would spend on writing code in CSS.
Hope it helps, Max
Tracy Excell
Front End Web Development Techdegree Graduate 15,333 PointsTracy Excell
Front End Web Development Techdegree Graduate 15,333 PointsThank you Max, I thought that would be the case. I will try doing it this way on my next project.