add tailwind support

This commit is contained in:
Thomas Ruoff
2021-02-16 23:25:23 +01:00
parent 568ff80a18
commit 0f06bed517
5 changed files with 470 additions and 20 deletions

6
postcss.config.js Normal file
View File

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