Skip to content

Commit dc95291

Browse files
committed
Added 'order-alphabetical' to CSSLint ignore override
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.
1 parent 46c31b8 commit dc95291

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ module.exports = function(grunt) {
196196
themes: {
197197
src: [ 'css/*.css' ],
198198
options: {
199-
ids: false
199+
ids: false,
200+
'order-alphabetical': false
200201
}
201202
}
202203
},

0 commit comments

Comments
 (0)