Skip to content

Commit 08d163e

Browse files
committed
Update import
1 parent 02bb6ab commit 08d163e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jit/lib/resolveDefaultsAtRules.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import postcss from 'postcss'
22
import selectorParser from 'postcss-selector-parser'
3-
import { flagEnabled } from '../featureFlags'
3+
import { flagEnabled } from '../../featureFlags'
44

55
function minimumImpactSelector(nodes) {
66
let pseudos = nodes.filter((n) => n.type === 'pseudo')

0 commit comments

Comments
 (0)