Skip to content

Commit 8fa379a

Browse files
committed
Remove super old deprecation error
1 parent f3db5f1 commit 8fa379a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/index.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,4 @@ const plugin = postcss.plugin('tailwind', config => {
6666
])
6767
})
6868

69-
plugin.defaultConfig = function() {
70-
// prettier-ignore
71-
throw new Error("`require('tailwindcss').defaultConfig()` is no longer a function, access it instead as `require('tailwindcss/defaultConfig')()`.")
72-
}
73-
7469
module.exports = plugin

0 commit comments

Comments
 (0)