From 4d1ee3b0a7857f0dee76e783c9098b44913fdfd1 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 31 Oct 2020 10:27:17 -0700 Subject: [PATCH] Add class name so the utility generates --- scss/_utilities.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/_utilities.scss b/scss/_utilities.scss index 481eaa82f8..7c98e6f514 100644 --- a/scss/_utilities.scss +++ b/scss/_utilities.scss @@ -400,6 +400,7 @@ $utilities: map-merge( ), "font-weight": ( property: font-weight, + class: fw, values: ( light: $font-weight-light, lighter: $font-weight-lighter,