Re-add 2xs text size
This commit is contained in:
parent
0ea68c462f
commit
f883390dcf
|
@ -50,6 +50,10 @@ module.exports = {
|
|||
'sans-serif',
|
||||
],
|
||||
},
|
||||
textSizes: {
|
||||
...defaultConfig.textSizes,
|
||||
'2xs': '.625rem', // 10px
|
||||
},
|
||||
borderWidths: {
|
||||
...defaultConfig.borderWidths,
|
||||
'6': '6px',
|
||||
|
|
Reference in a new issue