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:
background-image: -webkit-linear-gradient(top, #fff, #e6e6e6)
If I throw that into clevercss.convert(), that's the error I get. I see that parenthesis have special meaning in CleverCSS, but I'm unsure if this is a result of that or not. Is there a way to have CleverCSS process this?