• If you have the css minification @import setting set to process and a css file has an @import, but it’s commented out, the import is still processed.

    e.g.

    CSS child theme css has this near top:

    /*@import url(“../parent_theme/style.css”);*/
    /*@import url(“/custom/gce-style.css”);*/

    The CSS files are still processed and imported into the minified file.

    https://wordpress.org/plugins/w3-total-cache/

The topic ‘Processing commented css @import’ is closed to new replies.