gjb2048 / moodle-theme_shoehorn

Shoehorn theme for Moodle with the underlying Bootstrap v3 theme.
Other
3 stars 6 forks source link

Grunt LESS -> CSS background: color gives -> background:0 0 in css. #11

Open gjb2048 opened 9 years ago

gjb2048 commented 9 years ago

Noticed that when using the grunt LESS compiler with Essential that any attribute of 'background' with only the colour specified results in 'background:0 0' in the 'minimised' CSS only. Does not happen otherwise. Need to change instances to 'background-color' to fix.

gjb2048 commented 9 years ago

Note: Happens with 'grunt-contrib-cssmin' not 'grunt-contrib-less'.

gjb2048 commented 9 years ago

Decided to remove use of 'grunt-css-min' as Moodle core will minify anyway when TDM is off.