Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed May 11, 2021
1 parent 561cad1 commit b2ac4ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/evaluateTailwindFunctions.js
@@ -1,7 +1,6 @@
import _ from 'lodash'
import didYouMean from 'didyoumean'
import transformThemeValue from '../util/transformThemeValue'
import buildMediaQuery from '../util/buildMediaQuery'
import parseValue from 'postcss-value-parser'

function findClosestExistingPath(theme, path) {
Expand Down

0 comments on commit b2ac4ed

Please sign in to comment.