Update Tailwind CSS, remove separate JIT package

This commit is contained in:
Oliver Davies 2021-06-30 08:00:00 +01:00
parent 36807edd74
commit 4437d7e757
4 changed files with 208 additions and 142 deletions

View file

@ -3,7 +3,7 @@ module.exports = {
'postcss-easy-import': {
extensions: ['.css', '.pcss']
},
'@tailwindcss/jit': {},
tailwindcss: {},
'postcss-nested': {},
autoprefixer: {}
}