File tree Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "adjoining-classes": false,
3
+ "box-model": false,
4
+ "compatible-vendor-prefixes": false,
5
+ "duplicate-background-images": false,
6
+ "import": false,
7
+ "important": false,
8
+ "outline-none": false,
9
+ "overqualified-elements": false,
10
+ "text-indent": false
11
+ }
Original file line number Diff line number Diff line change @@ -351,15 +351,7 @@ grunt.initConfig({
351
351
base_theme : {
352
352
src : "themes/base/*.css" ,
353
353
options : {
354
- "adjoining-classes" : false ,
355
- "box-model" : false ,
356
- "compatible-vendor-prefixes" : false ,
357
- "duplicate-background-images" : false ,
358
- "import" : false ,
359
- "important" : false ,
360
- "outline-none" : false ,
361
- "overqualified-elements" : false ,
362
- "text-indent" : false
354
+ csslintrc : ".csslintrc"
363
355
}
364
356
}
365
357
}
Original file line number Diff line number Diff line change 58
58
"grunt-contrib-uglify" : " 0.1.1" ,
59
59
"grunt-contrib-concat" : " 0.1.3" ,
60
60
"grunt-contrib-qunit" : " 0.2.0" ,
61
- "grunt-contrib-csslint" : " 0.1.0 " ,
61
+ "grunt-contrib-csslint" : " 0.1.1 " ,
62
62
"grunt-contrib-cssmin" : " 0.4.2" ,
63
63
"grunt-compare-size" : " 0.3.1" ,
64
64
"grunt-html" : " 0.3.3" ,
You can’t perform that action at this time.
0 commit comments