diff --git a/theme/mymobile/config.php b/theme/mymobile/config.php index 544c792c706..e0aa6365185 100644 --- a/theme/mymobile/config.php +++ b/theme/mymobile/config.php @@ -163,4 +163,7 @@ $THEME->javascripts = array( // Sets a custom render factory to use with the theme, used when working with custom renderers. $THEME->rendererfactory = 'theme_overridden_renderer_factory'; -$THEME->csspostprocess = 'mymobile_user_settings'; \ No newline at end of file +$THEME->csspostprocess = 'mymobile_user_settings'; + +// Disables CSS Optimiser for MyMobile theme. +$THEME->supportscssoptimisation = false; \ No newline at end of file