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 9a52f90 commit 0198e84Copy full SHA for 0198e84
src/lib/defaultExtractor.js
@@ -1,4 +1,3 @@
1
-import { flagEnabled } from '../featureFlags'
2
import * as regex from './regex'
3
4
export function defaultExtractor(context) {
src/lib/generateRules.js
@@ -16,7 +16,6 @@ import { normalize } from '../util/dataTypes'
16
import { isValidVariantFormatString, parseVariant, INTERNAL_FEATURES } from './setupContextUtils'
17
import isValidArbitraryValue from '../util/isSyntacticallyValidPropertyValue'
18
import { splitAtTopLevelOnly } from '../util/splitAtTopLevelOnly.js'
19
20
import { applyImportantSelector } from '../util/applyImportantSelector'
21
22
let classNameParser = selectorParser((selectors) => {
0 commit comments