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 7bc69ee commit cc72825Copy full SHA for cc72825
src/index.js
@@ -135,15 +135,6 @@ function findVariants(node: CSSNode): Array<VariantSpec> {
135
return variantNames;
136
}
137
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
-
147
function isPrimaryComponent(node: CSSNode): boolean {
148
let selector = parseSelector(node.selector);
149
return (
0 commit comments