css
css copied to clipboard
✨ Global tokens
Description
Global token are important for building a design system but currently its not possible to define a global token using Styles.extend. We should be able to use Styles.extend for defining a global token.
Styles.extend('global', {
size: {10: '10px},
'border-sm': '1px'
})