faex/tailwind.config.js
2024-08-08 14:12:51 +02:00

8 lines
No EOL
152 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{html,tsx,js}"],
theme: {
extend: {},
},
plugins: [],
}