Skip to content

Commit

Permalink
🔧 Update tailwind.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelien committed Oct 15, 2022
1 parent 45575b4 commit d054305
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 @@ -4,6 +4,12 @@ module.exports = {
'./assets/**/*.ts',
'./assets/**/*.tsx',
],
safelist: [
'bg-green-500',
'bg-yellow-400',
'text-green-500',
'text-yellow-400'
],
theme: {
extend: {},
},
Expand Down

0 comments on commit d054305

Please sign in to comment.