Add support for file dropdown menu
This commit is contained in:
parent
0ee10e5653
commit
2381a4f8e6
3 changed files with 110 additions and 6 deletions
14
tailwind.js
14
tailwind.js
|
@ -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%',
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue