views:

103

answers:

4

I found some time ago a CSS framework like Clever CSS but I don't remember its name and I can't find it now.

Do you know CSS Frameworks like Clever CSS? It was like Clever CSS, but more powerful.

Thanks.

EDIT: I have just realized it is actually a css preprocessor, it is like Less CSS too.

+1  A: 

There are many

check this link, here is a nice review of most popular frameworks

http://speckyboy.com/2008/03/28/top-12-css-frameworks-and-how-to-understand-them/

I have used Elements and it is very powerful

http://elements.projectdesigns.org/

Starx
A: 

There is a list of the "Top 12 CSS Frameworks" here, is it one of those?

Kragen
A: 

I would suggest blueprint.

Dan
+1  A: 

It resembles Sass somewhat:

table.hl
  margin: 2em 0
  td.ln
    text-align: right

li
  font:
    family: serif
    weight: bold
    size: 1.2em
Yes!! It is what I was looking for. Thanks.
NeDark