Files
OpenFrontIO/tailwind.config.js
T
2025-02-01 12:05:11 -08:00

11 lines
197 B
JavaScript

// tailwind.config.js
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./src/**/*.{html,ts,js}"
],
theme: {
extend: {},
},
plugins: [],
}