Skip to content

Commit 0eaf28e

Browse files
committed
put imports in the correct layer
1 parent 5b1af3f commit 0eaf28e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/sass/brand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ const brandTypographyBundle = (
271271
`Inconsisent Google font families found: ${googleFamily} and ${thisFamily}`,
272272
);
273273
}
274-
typographyVariables.push(googleFontImportString(resolvedFont));
274+
typographyImports.push(googleFontImportString(resolvedFont));
275275
}
276276
if (googleFamily === "") {
277277
return undefined;

0 commit comments

Comments
 (0)