Hello everybody,
I did a presentation of CleverCSS in my company a few weeks ago. My
colleagues were really interested in the cascade and variables but
they also gave me some feedback I'd like to share with you.
The main problem before adopting it is the lack of a debug mode. It
would be great to have the original line in the output.
They'd also like to use variables in the selectors. It is important to
remember an often used selector.
For example :
IE_IS_BAD = * html
$IE_IS_BAD:
body:
color: #f00
In addition, we'd like to use the reference to the parent selector (&)
everywhere in a new one. I've seen this feature in the haskell
implementation. It would allow us to stay in the same context when we
have to use CSS hacks. Like in :
a #long #list.of .selectors:
$IE_IS_BAD &:
#Specific rules
Thanks in advance,
Anthony.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pocoo-libs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pocoo-libs?hl=en
-~----------~----~----~----~------~----~------~--~---