aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <[email protected]>2019-01-24 21:42:42 +0100
committerXhmikosR <[email protected]>2019-01-24 22:42:42 +0200
commit2749bf34ded626efa434f2006cbcc36b26b08af5 (patch)
tree671158e7c0b5dca78d78489ea706796732de70de
parent372361387584061b2632796647e9529a51bdee25 (diff)
downloadbootstrap-2749bf34ded626efa434f2006cbcc36b26b08af5.tar.xz
bootstrap-2749bf34ded626efa434f2006cbcc36b26b08af5.zip
Add `!important` to `.text-monospace` utility class (#28064)
-rw-r--r--scss/utilities/_text.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss
index a04fd097d..7b137211f 100644
--- a/scss/utilities/_text.scss
+++ b/scss/utilities/_text.scss
@@ -4,7 +4,7 @@
// Text
//
-.text-monospace { font-family: $font-family-monospace; }
+.text-monospace { font-family: $font-family-monospace !important; }
// Alignment