Skip to content

Commit

Permalink
fixing double x-large absolute size
Browse files Browse the repository at this point in the history
x-large appears twice in the set of absolute sizes.

I believe the second one is meant to be 'xx-large'.
  • Loading branch information
allain authored and RobinMalfait committed Mar 22, 2024
1 parent ea90d3a commit 3bce815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/dataTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ let absoluteSizes = new Set([
'medium',
'large',
'x-large',
'x-large',
'xx-large',
'xxx-large',
])
export function absoluteSize(value) {
Expand Down

0 comments on commit 3bce815

Please sign in to comment.