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 f8bad77 commit 572db23Copy full SHA for 572db23
lib/isAllowedToProcess.js
@@ -10,7 +10,7 @@ module.exports = function isAllowedToProcess(node) {
10
}
11
12
// postcss-styled-syntax: Interpolations at the end of node
13
- if (node.raws.after.includes('${')) {
+ if (node.raws.after?.includes('${')) {
14
return false;
15
16
0 commit comments