template-basic-front/tailwind.config.js
2024-04-11 14:07:21 +02:00

10 lines
168 B
JavaScript

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