Extracted stack files

This commit is contained in:
2026-03-17 20:23:49 +00:00
parent 8137a70503
commit dc55475694
74 changed files with 14798 additions and 1 deletions

6
postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}