Sorting and filtering

This commit is contained in:
Mark Cooper 2021-08-18 20:18:44 -05:00
parent a89d2e71cc
commit 7532b756a7
14 changed files with 450 additions and 42 deletions

View file

@ -11,6 +11,9 @@ module.exports = {
darkMode: false,
theme: {
extend: {
height: {
'7.5': '1.75rem'
},
colors: {
bg: '#373838',
primary: '#262626',