1
0
This commit is contained in:
2025-12-27 12:40:52 +07:00
commit c3d9eae673
18 changed files with 3404 additions and 0 deletions

6
postcss.config.cjs Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
parser: require("postcss-comment"),
plugins: {
"@tailwindcss/postcss": {},
},
};