07482105c1
And use shorthand where possible. Detected by http://stylelint.io/user-guide/rules/color-hex-case/ http://stylelint.io/user-guide/rules/color-hex-length/ When reviewing this change, you can hide the case changes by reviewing with: GIT_EXTERNAL_DIFF='diff -ipu #' git diff --ext-diff
Compiling LESS -------------- If you want to make changes to the .css generated from these .less files then you need to use a less compiler to build your changes. The supported way to achieve this is using grunt. See https://docs.moodle.org/dev/Grunt for details of how to install grunt. Once grunt is installed run the 'css' task: $ grunt css And the css files will be compiled. For further info see: https://docs.moodle.org/dev/LESS