Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Apr 29, 2020
1 parent a8e27d9 commit afe8d3c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion __tests__/targetMode.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import fs from 'fs'
import path from 'path'
import _ from 'lodash'
import postcss from 'postcss'
import tailwind from '../src/index'
import config from '../stubs/defaultConfig.stub.js'
Expand Down
2 changes: 0 additions & 2 deletions src/plugins/rotate.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import _ from 'lodash'

import createUtilityPlugin from '../util/createUtilityPlugin'

export default function() {
Expand Down

0 comments on commit afe8d3c

Please sign in to comment.