Skip to content

Commit

Permalink
fix: update tailwind safelist
Browse files Browse the repository at this point in the history
Signed-off-by: Colton Wolkins (Laptop) <colton@indicio.tech>
  • Loading branch information
TheTechmage committed Jun 4, 2024
1 parent d0b3ab5 commit 180bd39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ const config: Config = {
},
},
},
safelist: [
'bg-red-500',
'hover:bg-red-600',
'z-30',
],
plugins: [
require('flowbite/plugin'),
],
Expand Down

0 comments on commit 180bd39

Please sign in to comment.