Skip to content

Commit 3bce815

Browse files
allainRobinMalfait
authored andcommitted
fixing double x-large absolute size
x-large appears twice in the set of absolute sizes. I believe the second one is meant to be 'xx-large'.
1 parent ea90d3a commit 3bce815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/dataTypes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ let absoluteSizes = new Set([
393393
'medium',
394394
'large',
395395
'x-large',
396-
'x-large',
396+
'xx-large',
397397
'xxx-large',
398398
])
399399
export function absoluteSize(value) {

0 commit comments

Comments
 (0)