1
0
forked from test/crm

fix: updated tailwind config to include all vue files

This commit is contained in:
Shariq Ansari 2025-03-19 02:43:58 +05:30
parent c592aac6ea
commit 09881cc525
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 178c0a76ad3fa8bbff60e52aba04de9602c11fae
Subproject commit 4c01c299d3b1b7200cfba8b36d572df459989460

View File

@ -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: {