RC-4: add screen 2xl to tailwind config
This commit is contained in:
@@ -1192,7 +1192,8 @@ module.exports = {
|
||||
sm: '600px',
|
||||
md: '960px',
|
||||
lg: '1280px',
|
||||
xl: '1920px',
|
||||
xl: '1420px',
|
||||
'2xl': '1920px',
|
||||
print: { raw: 'print' },
|
||||
},
|
||||
scrollMargin: ({ theme }) => ({
|
||||
|
||||
Reference in New Issue
Block a user