So ive been playing with Compass all weekend (and should sleep right now!). I started out trying to figure out the blueprint framework but had to give up. After a lot of work with 960, blueprint just seems weird. So i installed the 960 plugin for compass and started hacking. Though i found that it didnt have the push and pull feature. I hacked together a quick fix for my tiny project and this is what ive got:
Put this in your _base.sass file and you’ll have access to +grid-push and +grid-pull. The attribute is determine the push or pull value and add’s left: (columnwidth * attr) to your class, id or element
I have to say, im not 100% that this works as it should, but give it a go and let me know if im doing it wrong!