This commit is contained in:
eric
2026-03-28 02:19:40 -05:00
parent 504877a969
commit 58a0cac7db
16 changed files with 7136 additions and 0 deletions

View File

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