fix: updated tailwind config to include all vue files
This commit is contained in:
parent
c592aac6ea
commit
09881cc525
@ -1 +1 @@
|
||||
Subproject commit 178c0a76ad3fa8bbff60e52aba04de9602c11fae
|
||||
Subproject commit 4c01c299d3b1b7200cfba8b36d572df459989460
|
||||
@ -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: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user