Skip to content

Commit a9d0b18

Browse files
committed
fixup
1 parent 7377102 commit a9d0b18

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/util/formatVariantSelector.js

-11
Original file line numberDiff line numberDiff line change
@@ -339,17 +339,6 @@ let pseudoElementExceptions = [
339339
'::-webkit-resizer',
340340
]
341341

342-
export function containsNode(selector, values) {
343-
let found = false
344-
selector.walk((node) => {
345-
if (values.includes(node.value)) {
346-
found = true
347-
return false
348-
}
349-
})
350-
return found
351-
}
352-
353342
/**
354343
* This will make sure to move pseudo's to the correct spot (the end for
355344
* pseudo elements) because otherwise the selector will never work

0 commit comments

Comments
 (0)