Skip to content
Snippets Groups Projects
Commit e5d1788f authored by guybedford's avatar guybedford
Browse files

disable when aggregation is on

parent bcaaf233
No related branches found
Tags 7.x-2.11
No related merge requests found
......@@ -175,7 +175,7 @@ function live_css_init() {
// Check that a user has the permission to edit the files in order to set the
// settings and add required javascript libraries.
if (user_access('edit css')) {
if (user_access('edit css') && !variable_get('preprocess_css', FALSE)) {
// Set settings
$theme = variable_get('live_css_theme', 'twilight');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment