diff --git a/frontend/tailwind.config.js b/frontend/tailwind.config.js index 89691ace..81e9f4b8 100644 --- a/frontend/tailwind.config.js +++ b/frontend/tailwind.config.js @@ -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: {},