Skip to content

Commit

Permalink
Merge branch 'hpe-design-tokensv0.3.0' into hpe-design-tokensv0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taysea committed Nov 21, 2024
2 parents 96c0d71 + 365f774 commit 7c4419e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hpe-design-tokens",
"description": "Design tokens for use with the HPE Design System.",
"version": "0.2.0",
"version": "0.3.0",
"license": "Apache-2.0",
"type": "module",
"module": "./dist/esm/index.js",
Expand Down
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 7c4419e

Please sign in to comment.