first version

This commit is contained in:
Dmitry Borisenko
2021-08-10 02:19:16 +08:00
parent 8891591793
commit 2cb2debe36
14 changed files with 2172 additions and 2 deletions

6
postcss.config.js Normal file
View File

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