diff --git a/design-tokens/src/scripts/build-style-dictionary.js b/design-tokens/src/scripts/build-style-dictionary.js index ae825ead1..a215b8e59 100644 --- a/design-tokens/src/scripts/build-style-dictionary.js +++ b/design-tokens/src/scripts/build-style-dictionary.js @@ -288,7 +288,7 @@ HPEStyleDictionary.extend({ `${TOKENS_DIR}/primitive/primitives.base.json`, `${TOKENS_DIR}/semantic/global.default.json`, `${TOKENS_DIR}/semantic/color.light.json`, // using light mode to have a reference name available - `${TOKENS_DIR}/semantic/dimension.medium.json`, // using large mode to have a reference name available + `${TOKENS_DIR}/semantic/dimension.medium.json`, // using medium mode to have a reference name available `${TOKENS_DIR}/component/element.default.json`, `${TOKENS_DIR}/component/component.default.json`, ],