I have about 20 CSS files loading on my page, and I am looking for a tool to minify my CSS and JavaScript. I really like SquishIt, but it doesn't seem to handle css that is loaded via @import url. Since quite a few of my CSS files are loaded via @import, the output is not correct.
Is there a fix for this, or can someone recommended another tool that properly handles CSS imported via @import?