fix: safelist some tailwind classes to avoid purging dynamically generated lead/deal status color
This commit is contained in:
parent
674d3ebe51
commit
fe47bf8af1
@ -1,13 +1,12 @@
|
||||
module.exports = {
|
||||
presets: [
|
||||
require('frappe-ui/src/utils/tailwind.config')
|
||||
],
|
||||
presets: [require('frappe-ui/src/utils/tailwind.config')],
|
||||
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}",
|
||||
'./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}',
|
||||
],
|
||||
safelist: [{ pattern: /!text-/ }],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user