Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Aug 20, 2020
1 parent 86288cd commit 3839c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flagged/applyComplexClasses.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import _, { replace } from 'lodash'
import _ from 'lodash'
import selectorParser from 'postcss-selector-parser'
import postcss from 'postcss'
import substituteTailwindAtRules from '../lib/substituteTailwindAtRules'
Expand Down

0 comments on commit 3839c74

Please sign in to comment.