From bf50910d1e542b9d80827d6ba762fa53d5865464 Mon Sep 17 00:00:00 2001 From: Adam DeHaven Date: Wed, 6 Jul 2022 16:11:17 -0400 Subject: [PATCH] fix: bump version --- src/styles/_typography.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/_typography.scss b/src/styles/_typography.scss index 26dae2136c..fd1cd9409a 100644 --- a/src/styles/_typography.scss +++ b/src/styles/_typography.scss @@ -15,6 +15,7 @@ .mono { font-family: var(--font-family-mono); } + // For each size in the $type-sizes variable // Create class (.mono.xxl) @each $name, $size in $type-sizes {