Skip to content

Commit

Permalink
fix: config update
Browse files Browse the repository at this point in the history
  • Loading branch information
severinlandolt committed Dec 13, 2023
1 parent 10355c0 commit 9513b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ module.exports = {
/^(fill-(?:slate|gray|zinc|neutral|stone|red|orange|amber|yellow|lime|green|emerald|teal|cyan|sky|blue|indigo|violet|purple|fuchsia|pink|rose)-(?:50|100|200|300|400|500|600|700|800|900|950))$/,
},

// custom colors
// custom colors charts
...["[#32a852]", "[#fcba03]"].flatMap((customColor) => [
`bg-${customColor}`,
`border-${customColor}`,
Expand Down

0 comments on commit 9513b80

Please sign in to comment.