On Nov 18, 5:47 pm, Chris Eppstein <[EMAIL PROTECTED]> wrote: > My blueprint-sass project that I've spoken about in the past has been > deprecated and a new project named Compass has taken its place. I've > probably mentioned it a few times here, but consider this the formal > announcement.
I've been using Compass on an enterprise project for the last five weeks. I liked SASS when I was introduced to it, but using Compass has helped me greatly to understand the depth of the framework. In the SASS files included with Compass, I found many excellent examples of innovative ways to use mixins, variables and includes. In fact now that I am thinking about it, I learned more about SASS from just using Compass, than I did from reading the SASS documentation prior to starting my project ^.^ At first I was a little confused as to how to override the Blueprint grid defaults, but then I realized that, instead of importing blueprint/screen.sass at the top of screen.sass within my project, I could instead paste all the code from that file _into_ my screen.sass. Worked like a charm -- my screen.sass now looks like this http://pastie.org/321175 and I have been able to cleanly modify Blueprint in order to do what I wanted, every time an emergent requirement has arisen so far. Thanks for a great tool -- I didn't even realize you hadn't released it yet :) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Haml" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/haml?hl=en -~----------~----~----~----~------~----~------~--~---
