From 99c0463c0c80459680f0a25f37a67ec6ded58ee6 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Wed, 11 Sep 2019 23:25:56 +0200 Subject: [PATCH] MDL-55751 themes: document the removal of the css chunker in upgrade.txt --- theme/upgrade.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theme/upgrade.txt b/theme/upgrade.txt index d768d602974..39f8f21d72f 100644 --- a/theme/upgrade.txt +++ b/theme/upgrade.txt @@ -3,6 +3,9 @@ information provided here is intended especially for theme designer. === 3.8 === +* Moodle does not produce chunked CSS anymore, instead an unique css fils is generated and served (MDL-55751). This implies: + * css_chunk_by_selector_count() has been removed. + * css_store_css(), theme_styles_get_filename() and theme_styles_get_etag() don't accept any chunk-related param anymore. * The PHP Less compilier has now been removed from the core library. Please consider migrating your theme to use SCSS. * It is now possible to use sub-directories when creating mustache templates.