Skip to content

Commit

Permalink
Added 'order-alphabetical' to CSSLint ignore override
Browse files Browse the repository at this point in the history
The latest version of CSSLint provided by grunt-contrib-csslint
has this warning enabled by default. It probably isn't worth
enforcing this one in the project by default. For now.
  • Loading branch information
stevenbenner committed Sep 26, 2016
1 parent 46c31b8 commit dc95291
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ module.exports = function(grunt) {
themes: {
src: [ 'css/*.css' ],
options: {
ids: false
ids: false,
'order-alphabetical': false
}
}
},
Expand Down

0 comments on commit dc95291

Please sign in to comment.