Potion/web/tailwind.config.js
2026-01-09 10:51:11 -07:00

10 lines
170 B
JavaScript

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