build(deps): switch to using postcss8 version of tailwind

This commit is contained in:
sct
2021-03-31 19:03:10 +09:00
parent 13e1595c6e
commit 55b18f0023
3 changed files with 91 additions and 435 deletions

View File

@@ -1,3 +1,6 @@
module.exports = {
plugins: ['tailwindcss', 'postcss-preset-env'],
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};