termtap/web/tailwind.config.js
2026-04-23 23:17:26 -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: [],
}