Files
snigdhaos-web-dev/tailwind.config.js
Eshan Roy 0dbd6f43aa IDK
2024-12-03 19:51:48 +05:30

12 lines
214 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
'./src/**/*.{js,ts,jsx,tsx}',
// Add paths to other files that use Tailwind
],
theme: {
extend: {},
},
plugins: [],
}