This commit is contained in:
2025-08-11 16:09:37 -05:00
parent 93d11dca17
commit a484feb7cd
92 changed files with 19935 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
'@tailwindcss/postcss': {},
},
}
export default config;