Skip to content

Commit 9ddb5e5

Browse files
authored
Update processCss.js
1 parent f070f6b commit 9ddb5e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/processCss.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ module.exports = function processCss(inputSource, inputMap, options, callback) {
181181
/* COMMON POSTCSS PLUGINS */
182182
parserPlugin(parserOptions)
183183
])
184-
]);
184+
);
185185

186186
if(minimize) {
187187
var minimizeOptions = assign({}, query);

0 commit comments

Comments
 (0)