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
The following code is used very often : allTokens.find((token) => token.name === '$ouds-xxx').compiledValue.
We could enhance the readability by defining a function getTokenValue(tokenName) or equivalent in the sass-variables file, that just get the token name as a parameter and return the compiledValue.