views:

27

answers:

1

I want a css framework, similiar to blueprint i guess but something that keeps all layout defined in the CSS, and not in the class naming convention.

example: with blueprint you have to say class="span-6 last", maybe I want to change the last column to be the first, w/o having to change 50 html pages.

Does this exist?

A: 

afaik thats a must have feature of a css layout framework, so there is no way to get around that without (serious) hacks. like this one: with compress.rb you can compile your own custom blueprint framework. you just need to setup a config file that tells the compiler i would like to use my #header as .span-18 ect.

antpaw