Skip to content

Commit

Permalink
Merge pull request #16 from rtCamp/feature/add-safelist-to-render-dom…
Browse files Browse the repository at this point in the history
…ain-background

Adding dynamic colors to the safelist to be render by tailwind css CLI
  • Loading branch information
fellyph committed Dec 22, 2023
2 parents ecebd42 + fc2c578 commit 78b9176
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 @@ -8,5 +8,11 @@ module.exports = {
extend: {},
},
plugins: [],
safelist: [
'bg-sky-50',
'bg-green-100',
'bg-blue-100',
'bg-red-100',
],
}

0 comments on commit 78b9176

Please sign in to comment.