Skip to content

Commit 1e23f33

Browse files
author
Marc Robichaud
committed
Lint fix.
1 parent e22f9b1 commit 1e23f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = postcss.plugin("postcss-color-function", function() {
3232
function transformColor(string) {
3333
return parser(string).walk(function(node) {
3434
if (node.type !== "function" || node.value !== "color") {
35-
return
35+
return
3636
}
3737

3838
node.value = colorFn.convert(parser.stringify(node))

0 commit comments

Comments
 (0)