Files
reffuse/packages/example/tailwind.config.js
Julien Valverdé 6373919fc4
Some checks failed
Lint / lint (push) Failing after 9s
Router setup
2025-01-11 16:36:06 +01:00

12 lines
204 B
JavaScript

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