Add support for file dropdown menu

This commit is contained in:
Dane Everitt 2019-07-29 22:10:45 -07:00
parent 0ee10e5653
commit 2381a4f8e6
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 110 additions and 6 deletions

View file

@ -531,6 +531,20 @@ module.exports = {
minWidth: {
'0': '0',
'1': '0.25rem',
'2': '0.5rem',
'3': '0.75rem',
'4': '1rem',
'6': '1.5rem',
'8': '2rem',
'10': '2.5rem',
'12': '3rem',
'16': '4rem',
'24': '6rem',
'32': '8rem',
'48': '12rem',
'64': '16rem',
'96': '24rem',
'full': '100%',
},