Potion/web/tailwind.config.js
2025-10-29 21:19:53 -07:00

9 lines
133 B
JavaScript

module.exports = {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}"
],
theme: { extend: {}, },
plugins: [],
}