Newer Version Available
Create a Tokens Bundle
Create a tokens bundle in your org using the Developer Console.
To create a tokens bundle:
- In the Developer Console, select .
-
Enter a name for the tokens bundle.
Your first tokens bundle should be named defaultTokens. The tokens defined within defaultTokens are automatically accessible in your Lightning components. Tokens defined in any other bundle won’t be accessible in your components unless you import them into the defaultTokens bundle.
You have an empty tokens bundle, ready to
edit.
1<aura:tokens>
2
3</aura:tokens>