diff options
| author | Shohei Yoshida <[email protected]> | 2019-06-05 00:51:36 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-06-05 00:51:36 +0900 |
| commit | 3283fe1b52f18b87f55dfec0a5a5d4733994737d (patch) | |
| tree | abf459e4ac98b544fd4eaad9685c79dc18d5ae86 /scss | |
| parent | 87030c98accc7d2dbdbbd22eccbd4a5a837648ff (diff) | |
| download | bootstrap-3283fe1b52f18b87f55dfec0a5a5d4733994737d.tar.xz bootstrap-3283fe1b52f18b87f55dfec0a5a5d4733994737d.zip | |
Rename .text-monospace to .font-monospace (#28867)
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_utilities.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_utilities.scss b/scss/_utilities.scss index fec205100..e22935d82 100644 --- a/scss/_utilities.scss +++ b/scss/_utilities.scss @@ -403,7 +403,7 @@ $utilities: map-merge( ), "font-family": ( property: font-family, - class: text, + class: font, values: (monospace: $font-family-monospace) ), "rounded": ( |
