fix: tailwind not working on frappe-ui components

This commit is contained in:
Shariq Ansari 2023-08-01 16:18:09 +05:30
parent c8597ebbba
commit 04778522c3

View File

@ -6,6 +6,7 @@ module.exports = {
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx}",
"./node_modules/frappe-ui/src/components/**/*.{vue,js,ts,jsx,tsx}",
"../node_modules/frappe-ui/src/components/**/*.{vue,js,ts,jsx,tsx}",
],
theme: {
extend: {},