build: add tailwindcss-jit experimental compiler

This commit is contained in:
sct
2021-03-31 19:31:22 +09:00
parent d8bcb99b2f
commit d524371ace
3 changed files with 87 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
'@tailwindcss/jit': {},
autoprefixer: {},
},
};