Tweaks tailwind to use jit mode and misc content tweaks

This commit is contained in:
Phil Scott
2021-05-24 22:33:11 -04:00
committed by Patrik Svensson
parent ab83e41051
commit adb600c430
10 changed files with 4261 additions and 198183 deletions

View File

@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}