Files
moodle/theme/bootstrapbase/less
Damyon Wiese f46fab0ea1 MDL-56190 clean: Fix grade restriction styles
Grade restriction is now broken into 3 lines - but it needed custom
padding.
2016-11-11 11:04:18 +08:00
..

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