I was pleased to see the recent activity on CleverCSS. I was updating
a small CSS style file recently and hit a problem. It might well be me
misreading the docs:

If I have:

.rstar:
        background-position: 0px -20px
        width: 65px
        height: 13px

Then CleverCss.py performs arithmetic, and I get eg.

.rstar {
  background-position: 20px;   /* No!!! */
  width: 65px;
  height: 13px;
}


I don't want the arithmetic to be performed on the '0px -20px' (and
similar) lines. how can I arrange this?

    Thanks
    J^n

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to