Hi,
I'd like to use a grid framework (e.g. blueprint/960.gs/...) with LESS(.js) but it looks there's some issues when you decide to go that way:
For example with blueprint: The ie hacks stylesheet prevents to use the container/span-X classes as mixins given that the mixed-in classes will not appear in the html elements. for example put
#content { .container; }
in your .less stylesheet, the ie hacks will not get applied (and it make sense).
So I was wondering if anyone already "ported" blueprint or 960gs to less css? I look on google but haven't found anyting (I tried myself but given the IE hacks/css selectors used, the conversion is non-trivial).
PS: Another question is similar on SO but the author decided to start a framework on his own, i'd prefer to use a "popular" framework