Skip to content

Commit

Permalink
Support "strictUnits" option. Closes gruntjsGH-72.
Browse files Browse the repository at this point in the history
Conflicts:
	tasks/less.js
  • Loading branch information
matthewwithanm authored and shama committed Oct 22, 2013
1 parent 0205f48 commit 8e225e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/less.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = function(grunt) {

var lessOptions = {
parse: ['paths', 'optimization', 'filename', 'strictImports', 'syncImport', 'dumpLineNumbers', 'relativeUrls', 'rootpath'],
render: ['compress', 'cleancss', 'ieCompat', 'strictMath']
render: ['compress', 'cleancss', 'ieCompat', 'strictMath', 'strictUnits']
};

grunt.registerMultiTask('less', 'Compile LESS files to CSS', function() {
Expand Down

0 comments on commit 8e225e3

Please sign in to comment.