kuotata/tailwind.config.js

7 lines
137 B
JavaScript
Raw Permalink Normal View History

2025-05-21 00:52:41 +02:00
export default {
content: ["./index.html", "./src/**/*.{js,jsx,ts,tsx}"],
theme: {
extend: {},
},
plugins: [],
};