@salesforce-ux/design-system
Version:
Salesforce Lightning Design System
24 lines • 839 B
JavaScript
module.exports = {
// Variable typography token for font size 10
varFontSize10: "2rem",
// Variable typography token for font size 11
varFontSize11: "2.625rem",
// Variable typography token for font size 1
varFontSize1: "0.625rem",
// Variable typography token for font size 2
varFontSize2: "0.75rem",
// Variable typography token for font size 3
varFontSize3: "0.8125rem",
// Variable typography token for font size 4
varFontSize4: "0.875rem",
// Variable typography token for font size 5
varFontSize5: "0.875rem",
// Variable typography token for font size 6
varFontSize6: "1rem",
// Variable typography token for font size 7
varFontSize7: "1.25rem",
// Variable typography token for font size 8
varFontSize8: "1.25rem",
// Variable typography token for font size 9
varFontSize9: "1.75rem",
};