Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(tokens): allow numbers as keys in tokens
The change ensures we're correctly transforming the dot notation to access object properties when numbers are used as keys: 'foundations.borderRadius.50' is incorrect JavaScript; 'foundations.borderRadius["50"]' is valid JavaScript.
- Loading branch information