This commit is contained in:
juyoungk09 2025-09-10 17:31:47 +09:00
commit afe581ec34
69 changed files with 12702 additions and 25 deletions

11
postcss.config.js Normal file
View file

@ -0,0 +1,11 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}
// const config = {
// plugins: ["@tailwindcss/postcss"],
// };
// export default config;