Skip to content

Commit afe8d3c

Browse files
committed
Remove unused imports
1 parent a8e27d9 commit afe8d3c

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

__tests__/targetMode.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import fs from 'fs'
22
import path from 'path'
3-
import _ from 'lodash'
43
import postcss from 'postcss'
54
import tailwind from '../src/index'
65
import config from '../stubs/defaultConfig.stub.js'

src/plugins/rotate.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import _ from 'lodash'
2-
31
import createUtilityPlugin from '../util/createUtilityPlugin'
42

53
export default function() {

0 commit comments

Comments
 (0)