first commit

This commit is contained in:
2026-03-26 15:18:58 +03:00
parent bc9a8634f9
commit 7957669cd9
1331 changed files with 131661 additions and 0 deletions

6
demo/postcss.config.cjs Normal file
View File

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