fix: added grid-cols pattern for dynamic sections
This commit is contained in:
parent
8fa9ee054f
commit
b05f246afc
@ -6,7 +6,10 @@ module.exports = {
|
|||||||
'./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/components/**/*.{vue,js,ts,jsx,tsx}',
|
'../node_modules/frappe-ui/src/components/**/*.{vue,js,ts,jsx,tsx}',
|
||||||
],
|
],
|
||||||
safelist: [{ pattern: /!(text|bg)-/, variants: ['hover', 'active'] }],
|
safelist: [
|
||||||
|
{ pattern: /!(text|bg)-/, variants: ['hover', 'active'] },
|
||||||
|
{ pattern: /^grid-cols-/ },
|
||||||
|
],
|
||||||
theme: {
|
theme: {
|
||||||
extend: {},
|
extend: {},
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user