feat: initial commit

This commit is contained in:
shunzi
2026-03-17 01:03:00 +08:00
commit 7005be2a5e
18 changed files with 9936 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
tailwindcss: {},
},
};
export default config;