This commit is contained in:
2025-12-09 17:02:27 +09:00
parent 26f8e1dab2
commit 83127da569
275 changed files with 139682 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
// package.json "tailwindcss": "^4", PostCSS 플러그인 방식
// src/app/globals.css:1에서 @import "tailwindcss" 사용
// 이 임포트는 PostCSS를 통해 처리되며, postcss.config.mjs가 필요
const config = {
plugins: ["@tailwindcss/postcss"],
};
export default config;