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 trialIan Mackenzie
11,062 PointsDo CSS pre-processors make it difficult to work on a clients site that you haven't developed.
If another designer has developed a site and used a CSS pre-processor and output in a compressed style and you have to work on that site without the Sass files for instance how would you do it as the CSS is mashed up.
2 Answers
Arturo Alviar
15,739 PointsIf you do not have access to the SASS files and just the compressed CSS file, you can always unminify it by using a tool like this.
Ian Mackenzie
11,062 PointsThanks for your reply Alviar,
So if you come across a site in the wild so to speak developed by someone else using Sass who has not given the client the Sass files but has compressed the css output how would you make sense of that css output to work on this clients website?