When I run the script to minify my css file using uglifycss the background color changes in the minified file. What can i do to make sure this doesn't happen?
filename.css:
{....
background: #bfaaaff
...}
filename.min.css:
...;background:#bf;...