tailwindcss 를 로컬에 포함

This commit is contained in:
backuppc
2026-01-21 11:22:48 +09:00
parent 5074f6dc0e
commit 2ce9bffb1d
7 changed files with 689 additions and 2 deletions

6
postcss.config.js Normal file
View File

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