greenlaw110 / greenscript

A tool help web developers manage javascript/css rendering, including minimize and dependence management
42 stars 24 forks source link

Version 1.2.8b did not handle calculations in quoted strings. #63

Open mschaaf opened 11 years ago

mschaaf commented 11 years ago

If you want to use calc(~"50% - 12px") it the 50% - 12 gets all the time calculated by less instead of pushing it to the css like it is.