When I enable the Minify CSS function, I think the W3 Total Cache must remove .css files references automatically from html final page, but it isn't occurring.
I have Wordpress 3.5.1 version, W3 Total Cache 0.9.2.11 installed, minify mode set to Manual and all .css URIs configured in CSS file management option.
When I access http://www.brunocunha.com/blog/, the CSS minifyed and combined is added into html reference section, but all other css references is still there. I think behavior is duplicating css definitions and isn't doing the right job.
Must I remove the css reference manually into page code?