Skip to content

Commit

Permalink
fixes #6023; remove safelist from tw config
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Aug 9, 2023
1 parent 08d36d4 commit 3ff1fd2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 3ff1fd2

Please sign in to comment.