mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-56488 boost: validate scss settings for parsable scss
* Parses the scss and fails validation if a parse error is found * Does not detect the situation when variables are not present - this would involve us parsing the entire tree and would be slow. It could also change over time, depending on whats defined in the scss from themes. * Introduces a new admin_setting_scsscode to do this
This commit is contained in:
parent
c4cf1c60f5
commit
0e34e46fd0
3 changed files with 41 additions and 2 deletions
|
@ -969,6 +969,7 @@ $string['roleswithexceptions'] = '{$a->roles}, with {$a->exceptions}';
|
|||
$string['rssglobaldisabled'] = 'Disabled at server level';
|
||||
$string['save'] = 'Save';
|
||||
$string['savechanges'] = 'Save changes';
|
||||
$string['scssinvalid'] = 'SCSS code is not valid, fails with: {$a}';
|
||||
$string['search'] = 'Search';
|
||||
$string['searchalldeleted'] = 'All indexed contents have been deleted';
|
||||
$string['searchareaenabled'] = 'Search area enabled';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue