Skip to content

Commit

Permalink
link to correct featureFlags file
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinMalfait authored and adamwathan committed Sep 7, 2021
1 parent d031e57 commit b456d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/processTailwindFeatures.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import purgeUnusedStyles from './lib/purgeUnusedStyles'
import corePlugins from './corePlugins'
import processPlugins from './util/processPlugins'
import cloneNodes from './util/cloneNodes'
import { issueFlagNotices } from './featureFlags.js'
import { issueFlagNotices } from './featureFlags'

import hash from './util/hashConfig'
import log from './util/log'
Expand Down

0 comments on commit b456d70

Please sign in to comment.