1
0
forked from test/crm

fix: added grid-cols pattern for dynamic sections

This commit is contained in:
Shariq Ansari 2024-04-29 19:00:04 +05:30
parent 8fa9ee054f
commit b05f246afc

View File

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