@@ -30,7 +30,6 @@ $string['brandcolor_desc'] = 'The accent colour.';
$string['choosereadme']='Boost is a modern highly customizable theme. This theme is intended to be used directly, or used as a parent theme when creating new themes utilising Boostrap 4.';
$string['currentinparentheses']='(current)';
$string['configtitle']='Boost';
$string['errorparsingscssvariables']='There was an error parsing the variable at line {$a}, please double check the syntax.';
$string['rawscss_desc']='Use this field to provide SCSS code which will be injected at the end of the the stylesheet.';
$string['rawscss_desc']='Use this field to provide SCSS code which will be injected at the end of the stylesheet.';
$string['rawscsspre']='Raw initial SCSS';
$string['rawscsspre_desc']='In this field you can provide initialising SCSS code, it will be injected before everything else. Most of the time you will use this setting to define variables.';
$string['region-side-post']='Right';
$string['region-side-pre']='Left';
$string['scssvariables']='SCSS variables';
$string['scssvariables_desc']='Use this field to set your own SCSS variable values. Define one variable per line. Syntax: $my-color: red;.';