kuotata/tailwind.config.js
2025-05-21 00:52:41 +02:00

7 lines
No EOL
137 B
JavaScript

export default {
content: ["./index.html", "./src/**/*.{js,jsx,ts,tsx}"],
theme: {
extend: {},
},
plugins: [],
};