juntekim.com/juntekim_frontend/tailwind.config.js
Jun-te Kim 06c5829813 added
2025-12-07 15:01:35 +00:00

5 lines
No EOL
161 B
JavaScript

module.exports = {
content: ["./app/**/*.{ts,tsx}", "./components/**/*.{ts,tsx}"],
theme: { extend: {} },
plugins: [require("@tailwindcss/typography")],
};