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.
processString
1 parent 4043c29 commit efca048Copy full SHA for efca048
tasks/csscomb.js
@@ -78,7 +78,7 @@ module.exports = function (grunt) {
78
// Comb it:
79
grunt.log.ok('Sorting file "' + src + '"...');
80
var syntax = src.split('.').pop();
81
- var combed = comb.processString(css, syntax);
+ var combed = comb.processString(css, { syntax: syntax });
82
grunt.file.write(f.dest, combed);
83
});
84
0 commit comments