We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35e84f1 commit 0844805Copy full SHA for 0844805
1 file changed
lib/util/stylesheet.js
@@ -99,6 +99,7 @@ const astHelpers = {
99
node.init &&
100
node.init.callee &&
101
node.init.callee.object &&
102
+ node.init.callee.object.name &&
103
node.init.callee.object.name.includes('StyleSheet')
104
);
105
},
0 commit comments