From 04778522c3a285bc32f2fbe46e2d166d4057b68c Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Tue, 1 Aug 2023 16:18:09 +0530 Subject: [PATCH] fix: tailwind not working on frappe-ui components --- frontend/tailwind.config.js | 1 + 1 file changed, 1 insertion(+) 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: {},