Yt2Jelly/tailwind.config.js
corenthin-lebreton 45d5343d61 first commit
2026-02-25 23:38:27 +01:00

12 lines
182 B
JavaScript

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