We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f3e80e commit fc0e99eCopy full SHA for fc0e99e
src/index.js
@@ -46,7 +46,8 @@ const plugin = postcss.plugin('tailwind', config => {
46
)
47
})
48
49
-plugin.defaultConfig = function () {
+plugin.defaultConfig = function() {
50
+ // prettier-ignore
51
throw new Error("`require('tailwindcss').defaultConfig()` is no longer a function, access it instead as `require('tailwindcss/defaultConfig')()`.")
52
}
53
0 commit comments