Skip to content

Commit 9ab8be9

Browse files
committed
tailwind - update screen scales
1 parent 6bcceef commit 9ab8be9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

template/tailwind.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,8 @@ module.exports = {
177177
screens: {
178178
sm: '576px',
179179
md: '768px',
180-
lg: '960px',
181-
// lg: '992px',
182-
// xl: '1200px',
183-
// xxl: '1344px',
180+
lg: '992px',
181+
xl: '1200px',
184182
},
185183

186184
/*

0 commit comments

Comments
 (0)