🎉 initial commit

This commit is contained in:
2021-02-20 18:43:02 +01:00
parent 7c2154ad02
commit 4ca10e1db4
14 changed files with 300 additions and 0 deletions

6
postcss.config.js Normal file
View File

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