Skip to content

Commit

Permalink
Fix media query
Browse files Browse the repository at this point in the history
  • Loading branch information
taysea committed Nov 21, 2024
1 parent 5fdefe8 commit 365f774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion design-tokens/src/scripts/build-style-dictionary.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ try {
outputReferences: true,
mediaQuery:
parsedGlobal.breakpoint?.[mode] &&
!['large', 'xlarge'].includes(mode) &&
!['medium', 'large', 'xlarge'].includes(mode) &&
`max-width: ${numberToPixel(
parsedGlobal.breakpoint[mode].$value,
)}`,
Expand Down

0 comments on commit 365f774

Please sign in to comment.