I'm trying to move to a liquid grid using the compass/blueprint/liquid (http://compass-style.org/reference/blueprint/liquid/) however Im getting stuck with the very basic stuff.

Can someone point me to a set of template files which I can use to start out with i.e containing the right includes and settings for a liquid layout?

link|improve this question

0% accept rate
feedback

1 Answer

why not use susy for as the grid system? It's better integrated in compass and designed specifically for liquid layouts. Also, you can still use blueprint for other things, just exclude the grid.

sudo gem install compass-susy-plugin
compass create myproject -r susy -u susy
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.