Skip to content

Commit

Permalink
tailwind config: Extend instead of override backgroundPosition
Browse files Browse the repository at this point in the history
  • Loading branch information
cszach committed Oct 15, 2023
1 parent 6d6108a commit a1ff5fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ module.exports = {
'plus-icon': "url('img/icons/plus.png')",
'groundboi': "url('img/sticker2-no_border.png')",
},
backgroundPosition: {
'center-top': 'center top',
'center-bottom': 'center bottom',
},
extend: {
backgroundPosition: {
'center-top': 'center top',
'center-bottom': 'center bottom',
},
colors: {
'lavender': '#e5ccff',
'purple': '#b673eb',
Expand Down

0 comments on commit a1ff5fb

Please sign in to comment.