5 lines
No EOL
161 B
JavaScript
5 lines
No EOL
161 B
JavaScript
module.exports = {
|
|
content: ["./app/**/*.{ts,tsx}", "./components/**/*.{ts,tsx}"],
|
|
theme: { extend: {} },
|
|
plugins: [require("@tailwindcss/typography")],
|
|
}; |