Re-add Tailwind CSS

This commit is contained in:
Oliver Davies 2021-06-30 08:00:00 +01:00
parent 0401e039de
commit fd37030d03
15 changed files with 10101 additions and 0 deletions

10
postcss.config.js Normal file
View file

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