mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Fix typo
This commit is contained in:
parent
16a5bd6114
commit
5aca26ef24
@ -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'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user