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 5166936 commit d79f548Copy full SHA for d79f548
src/lib/substituteVariantsAtRules.js
@@ -2,7 +2,6 @@ import _ from 'lodash'
2
import postcss from 'postcss'
3
import selectorParser from 'postcss-selector-parser'
4
import generateVariantFunction from '../util/generateVariantFunction'
5
-import e from '../util/escapeClassName'
6
7
function generatePseudoClassVariant(pseudoClass) {
8
return generateVariantFunction(({ modifySelectors, separator }) => {
0 commit comments