Skip to content

Commit

Permalink
chore: fix eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Anber committed Nov 30, 2023
1 parent 1a46633 commit af4d6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/postcss-linaria/src/parse.ts
Expand Up @@ -138,7 +138,7 @@ export const parse: Parser<Root | Document> = (
extractedStyles.add(path.node);
}
}

if (
path.node.tag.type === 'CallExpression' &&
path.node.tag.callee.type === 'Identifier'
Expand Down

0 comments on commit af4d6b9

Please sign in to comment.