launchr/tailwind.config.js
2024-12-17 18:50:58 -03:00

10 lines
169 B
JavaScript

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