We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b3461a commit 9fc1ad5Copy full SHA for 9fc1ad5
core/scripts/tokens/utils.js
@@ -49,6 +49,7 @@ function removeConsecutiveRepeatedWords(str) {
49
}
50
51
// Generates a reference variable for an alias token type
52
+// (e.g., $ion-border-default: var(--ion-border-default, #d5d5d5) → $ion-border-default: var(--ion-border-default, $ion-primitives-neutral-400))
53
function getAliasReferenceVariable(prop) {
54
if (typeof prop.$value === 'string' && prop.$value.startsWith('{') && prop.$value.endsWith('}')) {
55
// Remove curly braces and replace dots with dashes
0 commit comments