goshort/frontend/tailwind.config.js
2023-08-18 19:51:10 -03:00

12 lines
182 B
JavaScript

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