// Import all tokensimport * as token from '@universityofmaryland/web-token-library';// Import specific categoriesimport { color, spacing } from '@universityofmaryland/web-token-library';// Use in stylesconst myStyles = { color: token.color.red, padding: token.spacing.md, fontFamily: token.font.family.sans}; Copy
// Import all tokensimport * as token from '@universityofmaryland/web-token-library';// Import specific categoriesimport { color, spacing } from '@universityofmaryland/web-token-library';// Use in stylesconst myStyles = { color: token.color.red, padding: token.spacing.md, fontFamily: token.font.family.sans};
1.0.0
Example
Since
1.0.0