versia-go/web/tailwind.config.js

9 lines
171 B
JavaScript
Raw Permalink Normal View History

2024-08-11 03:51:22 +02:00
/** @type {import('tailwindcss').Config} */
export default {
content: ["index.html", "src/**/*.{tsx,ts}"],
theme: {
extend: {},
},
plugins: [],
};