Fernando Pirichowski Aguiar d898818a73 Atualizando o site
2025-09-11 10:14:17 -03:00

13 lines
183 B
JavaScript

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