moodle/theme/bootstrapbase/less
2016-10-07 16:26:40 +08:00
..
bootstrap MDL-53152 theme: Add parentheses to variable calculations 2016-08-01 13:40:38 +08:00
moodle MDL-55542 message: update hover colour for message interface 2016-10-07 16:26:40 +08:00
editor.less MDL-55167 less: add missing linebreak seperators 2016-07-30 13:07:53 +01:00
moodle.less MDL-54701 message: renamed mdl-popover to popover-region 2016-10-07 16:26:40 +08:00
README MDL-51582 readme: update less building instructions 2015-12-04 16:40:21 +00: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