Extracted stack files

This commit is contained in:
2026-03-25 20:56:28 +00:00
parent 37d0fa9ff3
commit ce13860cd1
75 changed files with 14782 additions and 53 deletions

6
postcss.config.js Normal file
View File

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