Skip to content

Commit dfdf995

Browse files
authored
Merge pull request #59 from reactjs/sync-6bfde58c
Sync with react.dev @ 6bfde58
2 parents e67fc6c + ecce060 commit dfdf995

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tailwind.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ module.exports = {
6060
...defaultTheme.maxWidth,
6161
'custom-xs': '21rem',
6262
},
63+
minWidth:{
64+
...defaultTheme.minWidth,
65+
80: '20rem',
66+
},
6367
outline: {
6468
blue: ['1px auto ' + colors.link, '3px'],
6569
},

0 commit comments

Comments
 (0)