feat: configure template path

This commit is contained in:
karishmas6
2024-03-05 23:01:16 +05:30
parent d69b57bda0
commit eb074f006f

View File

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