🚚 move to tailwind

ref #136
This commit is contained in:
2021-04-15 19:22:57 +02:00
parent 5c02028841
commit 07ac041d69
6 changed files with 17 additions and 18 deletions

6
postcss.config.cjs Normal file
View File

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