route96/ui_src/tailwind.config.js

9 lines
163 B
JavaScript
Raw Normal View History

2024-09-24 12:49:17 +00:00
/** @type {import('tailwindcss').Config} */
export default {
content: ["./index.html", "./src/**/*.{ts,tsx}"],
theme: {
extend: {},
},
plugins: [],
};