Skip to content

Commit

Permalink
Merge pull request #137 from pedrolivaresanchez/fix/tailwind-error
Browse files Browse the repository at this point in the history
feat: tailwind safelist added
  • Loading branch information
Pinx0 authored Nov 7, 2024
2 parents dff455a + 3d83507 commit da2bd2c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,10 @@ module.exports = {
},
},
plugins: [],
safelist: [
{
pattern:
/(bg|border|text)-(red|green|blue|yellow|indigo|purple|pink|gray|black|white|orange|teal|cyan|amber|lime|emerald|fuchsia|rose)-(50|100|200|300|400|500|600|700|800|900)/,
},
],
};

0 comments on commit da2bd2c

Please sign in to comment.