Skip to content

Commit cc72825

Browse files
committed
style: remove lint errors
1 parent 7bc69ee commit cc72825

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/index.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -135,15 +135,6 @@ function findVariants(node: CSSNode): Array<VariantSpec> {
135135
return variantNames;
136136
}
137137

138-
function renderPropVariantCondition(selector) {
139-
let value = '';
140-
selector.eachInside(selector => {
141-
console.log(selector);
142-
value = value + (selector.value || '');
143-
});
144-
return value;
145-
}
146-
147138
function isPrimaryComponent(node: CSSNode): boolean {
148139
let selector = parseSelector(node.selector);
149140
return (

0 commit comments

Comments
 (0)