You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Token names are not defined in a similar way as ident tokens are in CSS, identifiers in JavaScipt, ...
There are no characters that indicate the start or end of a token name.
This implies that token names are defined by an "outside" boundary.
In the example above the token name is defined by the double quotes of the JSON string.
In this example the token name is defined by the enclosing curly braces :
{
"bar": { "$value": "{ foo }" }
}
These examples are a bit forced, but a lone trailing space is more common :
Brand Color Background Green -> remove Green -> Brand Color Background<trailing invisible space>
typo's
This in turn can be confusing for users of these tokens because the visible name doesn't match the actual name.
The text was updated successfully, but these errors were encountered:
Token names are not defined in a similar way as ident tokens are in CSS, identifiers in JavaScipt, ...
There are no characters that indicate the start or end of a token name.
This implies that token names are defined by an "outside" boundary.
In the example above the token name is defined by the double quotes of the JSON string.
In this example the token name is defined by the enclosing curly braces :
These examples are a bit forced, but a lone trailing space is more common :
Brand Color Background Green
-> removeGreen
->Brand Color Background<trailing invisible space>
This in turn can be confusing for users of these tokens because the visible name doesn't match the actual name.
The text was updated successfully, but these errors were encountered: