This commit is contained in:
2023-03-08 14:47:59 +01:00
parent e8c8932630
commit 26a56e6e5b
15 changed files with 1770 additions and 14575 deletions

6
postcss.config.js vendored Normal file
View File

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