Add: Experimental list view #149

This commit is contained in:
advplyr 2021-10-30 18:50:49 -05:00
parent 6fd3317454
commit 729654f5b2
9 changed files with 393 additions and 269 deletions

View file

@ -17,6 +17,24 @@ module.exports = {
height: {
'7.5': '1.75rem'
},
maxWidth: {
'6': '1.5rem',
'12': '3rem',
'24': '6rem',
'32': '8rem',
'48': '12rem',
'64': '16rem',
'80': '20rem'
},
minWidth: {
'6': '1.5rem',
'12': '3rem',
'24': '6rem',
'32': '8rem',
'48': '12rem',
'64': '16rem',
'80': '20rem'
},
spacing: {
'-54': '-13.5rem'
},