Skip to content

Commit fc0e99e

Browse files
committed
Fix style errors
1 parent 8f3e80e commit fc0e99e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ const plugin = postcss.plugin('tailwind', config => {
4646
)
4747
})
4848

49-
plugin.defaultConfig = function () {
49+
plugin.defaultConfig = function() {
50+
// prettier-ignore
5051
throw new Error("`require('tailwindcss').defaultConfig()` is no longer a function, access it instead as `require('tailwindcss/defaultConfig')()`.")
5152
}
5253

0 commit comments

Comments
 (0)