diff options
Diffstat (limited to 'postcss.config.js')
| -rw-r--r-- | postcss.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postcss.config.js b/postcss.config.js index 33ad091..668a5b9 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,6 +1,6 @@ module.exports = { plugins: { - tailwindcss: {}, + '@tailwindcss/postcss': {}, autoprefixer: {}, }, } |
