InsuCompass / tailwind.config.js
nagur-shareef-shaik's picture
Add Application code
f884d0d
raw
history blame contribute delete
183 Bytes
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}