The clevercss tag has no wiki summary.
3
votes
1answer
518 views
django compressor and clevercss with absolute url paths
when using django, compressor, and clevercss, i set my css url to an absolute path. clevercss is then passed the path of the .ccss file without the COMPRESS_ROOT prefixed (the absolute path). when i ...
3
votes
2answers
304 views
Insert unicode strings into CleverCSS
How can one insert a Unicode string CSS into CleverCSS?
In particular, how could one produce the following CSS using CleverCSS:
li:after {
content: "\00BB \0020";
}
I've figured out ...
2
votes
1answer
163 views
CleverCSS replacement
Hello I am looking into cleverCSS to use in my python App. I am looking at the Python package site and its latest version is from 2007. I was wondering if someone has continued work on a similar ...
1
vote
1answer
35 views
CleverCSS complaining when using gradient functions, is there a way to avoid this?
I'm trying to use -webkit-linear-gradient inside of CleverCSS. However, when I try to "compile" it, I get an error of TypeError: not enough arguments for format string
Here is the CleverCSS
button:
...