Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 061a244

Browse files
committed
feat(vue-theme): add 8xl size
1 parent c8293c5 commit 061a244

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/theme/src/foundations/sizes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const largeSizes = {
1515
'5xl': '64rem',
1616
'6xl': '72rem',
1717
'7xl': '80rem',
18+
'8xl': '90rem',
1819
}
1920

2021
const container = {

0 commit comments

Comments
 (0)