Skip to content

Commit fc7fcad

Browse files
fix
1 parent 3d00978 commit fc7fcad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utilities/prepareExport.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ import { prefixTokenName } from './prefixTokenName'
1111

1212
const tokenTransformer = {
1313
original: originalFormatTransformer,
14-
standard: standardTransformer
14+
standard: standardTransformer,
15+
standardDeprecated: standardTransformer
1516
}
1617

1718
const createTypographyTokens = (tokens: internalTokenInterface[], format) => {

0 commit comments

Comments
 (0)