A single line in the SCSS causes the compile to fail and is present in 3.6.3 and 3.7.3:
mod_fcgid: stderr: Debugging: Error while compiling SCSS: Missing argument amount: {...}/theme/snap/scss/_brandcolor.scss on line 708, at column 13, referer: https://{...}/admin/settings.php?section=themesettings
The lighten() function must have a second parameter (percentage). I had to fix this in both 3.6.3 and 3.7.3 for the CSS to be loaded properly after installing the theme.
A single line in the SCSS causes the compile to fail and is present in 3.6.3 and 3.7.3:
https://github.com/blackboard-open-source/moodle-theme_snap/blob/3c361c796ed5156968f298e169d20279b7f52484/scss/_brandcolor.scss#L708
The
lighten()
function must have a second parameter (percentage). I had to fix this in both 3.6.3 and 3.7.3 for the CSS to be loaded properly after installing the theme.