{"id":18140,"date":"2012-09-09T14:54:05","date_gmt":"2012-09-09T21:54:05","guid":{"rendered":"http:\/\/css-tricks.com\/?page_id=18140"},"modified":"2015-10-05T18:41:39","modified_gmt":"2015-10-06T01:41:39","slug":"018-making-our-project-use-compass","status":"publish","type":"page","link":"https:\/\/css-tricks.com\/lodge\/v10\/018-making-our-project-use-compass\/","title":{"rendered":"#018: Making our Project use Compass"},"content":{"rendered":"

We could write our own Sass @mixin<\/code>s to help with CSS3 stuff (like gradients), but there is a Sass framework that already exists called Compass<\/a> that already has that stuff ready to go. It takes a bit of a leap of faith to reliquish control of stuff like this (I guess no more than using a preprocessor to begin with), but it’s worth it. <\/p>\n

Why is using Compass a good idea?<\/p>\n