Skip to content

Commit ee6e962

Browse files
author
Chris Johnson
committed
same as last
1 parent 3f0ba40 commit ee6e962

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/modules/typography/_functions.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,5 @@
4343

4444
// rus = rhymthical units
4545
@function rus($base) {
46-
// Scale 0 represents 1ru, so add one to avoid multiplying by 0
4746
@return rems(calc($ru * $base));
4847
}

site/types/styleguide.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
export type typographyScales = -2 | -1 | 0 | 1 | 2 | 3 | 4
22

33
export type typographyData = {
4-
associatedClasses?: string[]
54
lineHeight: number
65
maxWidth: [number, number]
76
miscellaneous?: string
@@ -10,5 +9,6 @@ export type typographyData = {
109
text: string
1110
textLocation: 'textContent' | 'placeholder'
1211
tracking?: number
12+
utilityClasses?: string[]
1313
weight: number
1414
}

0 commit comments

Comments
 (0)