agentindr / tailwind.config.js
mrteran's picture
Upload 3 files
18469c8 verified
raw
history blame contribute delete
217 Bytes
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./src/**/*.{js,jsx,ts,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}