This commit is contained in:
Adam Wathan 2017-09-03 08:06:25 -04:00
parent 16a5bd6114
commit 5aca26ef24

View File

@ -29,7 +29,7 @@ function normalizeConfig(config) {
colors: normalizeColorList(_.get(config, 'backgrounds.colors', {})),
},
borders: {
defauts: _.get(config, 'borders.defaults', {}),
defaults: _.get(config, 'borders.defaults', {}),
widths: _.toPairs(_.get(config, 'borders.widths', {})),
rounded: {
default: _.get(config, 'borders.rounded.default'),
@ -71,7 +71,7 @@ function fixPairs(config) {
colors: normalizeColorList(_.get(config, 'backgrounds.colors', {})),
},
borders: {
defauts: _.get(config, 'borders.defaults', {}),
defaults: _.get(config, 'borders.defaults', {}),
widths: _.fromPairs(_.get(config, 'borders.widths', {})),
rounded: {
default: _.get(config, 'borders.rounded.default'),