Nov 5, 2014 – yannickoo Just put this snippet in your theme: <?php /** * Implements hook_css_alter(). */ function NAME_css_alter(&$css) { foreach ($css as $key => $value) { $css[$key]['preprocess'] = FALSE; } }