Skip to content

Commit

Permalink
shift colors config into extends section
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahongsf committed May 2, 2024
1 parent a680f58 commit 6d29df2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ module.exports = {
'15xl': '150rem',
},
scale: {
'-100': '-1'
}
},
colors: {
'press-indigo': '#003D69',
'press-grass': '#00593E'
'-100': '-1',
},
colors: {
'press-indigo': '#003D69',
'press-grass': '#00593E',
},
},
},
plugins: [
Expand Down

0 comments on commit 6d29df2

Please sign in to comment.