css icon indicating copy to clipboard operation
css copied to clipboard

✨ Global tokens

Open ansarizafar opened this issue 3 years ago • 0 comments

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'

})

ansarizafar avatar Aug 25 '22 08:08 ansarizafar