Closed woahdae closed 12 years ago
Nevermind, this is probably me not understanding newer sass; is @extend
the preferred way to use the grid? ex:
#sidebar
@extend .span4
#content
@extend .offset4
@extend .span8
Whether it's preferred or not, it works, so going with it :-)
I'm coming from a blueprint background, so maybe my impression of what a compass plugin should be is skewed, but I always thought the point of compass + grid was to do things like this (using bootstrap terminology):
as opposed to hard-coding it in the HTML like this:
If I wanted the latter, what advantage does compass provide over a plain scss/sass-based approach?
The previous version of this project had a +columns mixin I was using which I will probably just redefine, but am I crazy? Has the use case for compass changed, or is this an oversight?