We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f0ba40 commit ee6e962Copy full SHA for ee6e962
lib/modules/typography/_functions.scss
@@ -43,6 +43,5 @@
43
44
// rus = rhymthical units
45
@function rus($base) {
46
- // Scale 0 represents 1ru, so add one to avoid multiplying by 0
47
@return rems(calc($ru * $base));
48
}
site/types/styleguide.ts
@@ -1,7 +1,6 @@
1
export type typographyScales = -2 | -1 | 0 | 1 | 2 | 3 | 4
2
3
export type typographyData = {
4
- associatedClasses?: string[]
5
lineHeight: number
6
maxWidth: [number, number]
7
miscellaneous?: string
@@ -10,5 +9,6 @@ export type typographyData = {
10
9
text: string
11
textLocation: 'textContent' | 'placeholder'
12
tracking?: number
+ utilityClasses?: string[]
13
weight: number
14
0 commit comments