moodle/theme/bootstrapbase/less
Brendan Heywood 852797d15c MDL-53049 themes: Offset href anchor when bootstrap header is fixed
On large screens the bootstrap header is static and can obscure the
anchor target content underneath it.
2016-03-21 19:25:51 +11:00
..
bootstrap MDL-51528 themes: Moodle changes to Bootstrap 2015-10-09 06:22:49 +00:00
moodle MDL-53049 themes: Offset href anchor when bootstrap header is fixed 2016-03-21 19:25:51 +11:00
editor.less MDL-42699 TinyMCE: adding padding to editor content in clean 2013-11-11 12:18:14 +08:00
moodle.less MDL-31989 theme: Global search styles 2016-02-23 10:47:55 +00: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