revert: remove experimental tailwind jit compiler until title card hover is fixed

This commit is contained in:
sct
2021-04-01 08:37:53 +09:00
parent c886ea6c05
commit 1df67baf9e
3 changed files with 2 additions and 87 deletions

View File

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