moodle/theme/bootstrapbase/less
Damyon Wiese 71fb32f8a6 MDL-64230 files: focus and hover css
Show the full filename when an element has focus or hover on the parent element.
2019-03-08 14:48:50 +08:00
..
bootstrap MDL-64217 bootstrapbase: add icon-size- class to undo.less 2018-11-27 13:51:22 +08:00
fontawesome MDL-40759 themes: font awesome support 2017-03-17 15:51:28 +08:00
moodle MDL-64230 files: focus and hover css 2019-03-08 14:48:50 +08:00
editor.less MDL-55167 less: add missing linebreak seperators 2016-07-30 13:07:53 +01:00
moodle.less MDL-59628 forms: Get a valid zindex for datepicker 2017-08-29 12:09:59 +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