bolt-cursor-lovable-deepsite / tailwind.config.js
klawdyoss's picture
upload limpo
20ec4ad
raw
history blame contribute delete
181 Bytes
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
'./index.html',
'./src/**/*.{js,ts,jsx,tsx}'
],
theme: {
extend: {}
},
plugins: []
}