diff --git a/tailwind.config.js b/tailwind.config.js index 86fbaa74128..0e7927a474a 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -87,12 +87,6 @@ module.exports = { aspectRatio: false, }, content: ["./src/**/*.{html,md,js,jsx,ts,tsx,res}", "./index.html"], - safelist: [ - { - pattern: /^(bg-[^/]+|text-[^/]+|border-.+)$/, - variants: ["hover"], - }, - ], plugins: [ require("@tailwindcss/forms"), require("@tailwindcss/typography"),