Skip to content

Commit

Permalink
Update to less 4
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Feb 21, 2021
1 parent 8842e4f commit a9b7435
Show file tree
Hide file tree
Showing 4 changed files with 154 additions and 158 deletions.
18 changes: 0 additions & 18 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,24 +86,6 @@ module.exports = function(grunt) {
'tmp/plugins.css': ['test/fixtures/plugins.less']
}
},
ieCompatTrue: {
options: {
paths: ['test/fixtures/include'],
ieCompat: true
},
files: {
'tmp/ieCompatTrue.css': ['test/fixtures/ieCompat.less']
}
},
ieCompatFalse: {
options: {
paths: ['test/fixtures/include'],
ieCompat: false
},
files: {
'tmp/ieCompatFalse.css': ['test/fixtures/ieCompat.less']
}
},
nofiles: {
},
nomatchedfiles: {
Expand Down
Loading

0 comments on commit a9b7435

Please sign in to comment.