Skip to content

Commit

Permalink
Define outline color in Tailwind config
Browse files Browse the repository at this point in the history
  • Loading branch information
satnaing committed Sep 12, 2022
1 parent 82ff70e commit ce703bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tailwind.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ module.exports = {
"card-muted": withOpacity("--color-card-muted"),
},
},
outlineColor: {
skin: {
fill: withOpacity("--color-accent"),
},
},
borderColor: {
skin: {
line: withOpacity("--color-border"),
Expand Down

0 comments on commit ce703bc

Please sign in to comment.