We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e20f56e commit 44c0e7dCopy full SHA for 44c0e7d
package.json
@@ -43,7 +43,7 @@
43
"test": "grunt test"
44
},
45
"dependencies": {
46
- "csscomb": "~2.0.0"
+ "csscomb": "~3.0.0"
47
48
"devDependencies": {
49
"grunt-contrib-jshint": "~0.6.0",
@@ -61,4 +61,4 @@
61
"SCSS",
62
"LESS"
63
]
64
-}
+}
tasks/csscomb.js
@@ -54,7 +54,7 @@ module.exports = function (grunt) {
54
config = grunt.file.readJSON(config);
55
} else {
56
grunt.log.ok('Using default config file...');
57
- config = comb.getConfig('csscomb');
+ config = Comb.getConfig('csscomb');
58
}
59
60
// Configure csscomb:
0 commit comments