Skip to content

Commit

Permalink
Add Zindex as safe
Browse files Browse the repository at this point in the history
  • Loading branch information
geoperez committed Aug 7, 2024
1 parent 6bed6b1 commit 99ad7a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ module.exports = {
extend: {},
},
safelist: [
{ pattern: /z-(\d)/ },
{ pattern: /grid-rows-(\d)/ },
{ pattern: /grid-cols-(\d)/ },
{
Expand Down

0 comments on commit 99ad7a6

Please sign in to comment.