diff --git a/frontend/tailwind.config.js b/frontend/tailwind.config.js index 81e9f4b8..704f5c8c 100644 --- a/frontend/tailwind.config.js +++ b/frontend/tailwind.config.js @@ -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: {}, },