From 09881cc5251ddfff9f1814e8a3c80b6ae5088b60 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Wed, 19 Mar 2025 02:43:58 +0530 Subject: [PATCH] fix: updated tailwind config to include all vue files --- frappe-ui | 2 +- frontend/tailwind.config.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frappe-ui b/frappe-ui index 178c0a76..4c01c299 160000 --- a/frappe-ui +++ b/frappe-ui @@ -1 +1 @@ -Subproject commit 178c0a76ad3fa8bbff60e52aba04de9602c11fae +Subproject commit 4c01c299d3b1b7200cfba8b36d572df459989460 diff --git a/frontend/tailwind.config.js b/frontend/tailwind.config.js index d1a7f3af..63ccd26e 100644 --- a/frontend/tailwind.config.js +++ b/frontend/tailwind.config.js @@ -3,8 +3,8 @@ module.exports = { content: [ './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}', + './node_modules/frappe-ui/src/**/*.{vue,js,ts,jsx,tsx}', + '../node_modules/frappe-ui/src/**/*.{vue,js,ts,jsx,tsx}', ], safelist: [{ pattern: /!(text|bg)-/, variants: ['hover', 'active'] }], theme: {