Extract a partial, update spacing
This commit is contained in:
parent
d5028b9110
commit
8cdf0dfc6e
4 changed files with 12 additions and 4 deletions
|
@ -31,6 +31,10 @@ module.exports = {
|
|||
'mono': ['Roboto Mono', ...defaultConfig.fonts.mono],
|
||||
},
|
||||
fontWeights: _.pick(defaultConfig.fontWeights, ['normal', 'medium', 'bold']),
|
||||
margin: {
|
||||
...defaultConfig.margin,
|
||||
'2px': '2px',
|
||||
},
|
||||
borderWidths: {
|
||||
...defaultConfig.borderWidths,
|
||||
'3': '3px',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue