diff options
| author | Mark Otto <[email protected]> | 2020-10-31 10:27:17 -0700 |
|---|---|---|
| committer | Martijn Cuppens <[email protected]> | 2020-10-31 19:19:52 +0100 |
| commit | 4d1ee3b0a7857f0dee76e783c9098b44913fdfd1 (patch) | |
| tree | 77f7cab820a0ba6af677ef435739896e08c4e0a0 | |
| parent | 831fbd271fec760e8e651e0a9189ee031a66c62c (diff) | |
| download | bootstrap-4d1ee3b0a7857f0dee76e783c9098b44913fdfd1.tar.xz bootstrap-4d1ee3b0a7857f0dee76e783c9098b44913fdfd1.zip | |
Add class name so the utility generates
| -rw-r--r-- | scss/_utilities.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_utilities.scss b/scss/_utilities.scss index 481eaa82f..7c98e6f51 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, |
