Skip to content

Commit 0198e84

Browse files
committed
Remove unused imports
1 parent 9a52f90 commit 0198e84

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/lib/defaultExtractor.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { flagEnabled } from '../featureFlags'
21
import * as regex from './regex'
32

43
export function defaultExtractor(context) {

src/lib/generateRules.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import { normalize } from '../util/dataTypes'
1616
import { isValidVariantFormatString, parseVariant, INTERNAL_FEATURES } from './setupContextUtils'
1717
import isValidArbitraryValue from '../util/isSyntacticallyValidPropertyValue'
1818
import { splitAtTopLevelOnly } from '../util/splitAtTopLevelOnly.js'
19-
import { flagEnabled } from '../featureFlags'
2019
import { applyImportantSelector } from '../util/applyImportantSelector'
2120

2221
let classNameParser = selectorParser((selectors) => {

0 commit comments

Comments
 (0)