Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
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>