styles-update

This commit is contained in:
Rogelio
2025-10-23 05:48:22 +00:00
parent b2c0465234
commit 60552e0ef8
9 changed files with 31 additions and 17 deletions

6
postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
// postcss.config.js
export default {
plugins: {
'@tailwindcss/postcss': {},
}
}