Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2018-04-01 07:04:54 +0300
committerMark Otto <markd.otto@gmail.com>2018-04-01 07:58:57 +0300
commit185666fd79804efe11e2ed7b993fb38f5a7be612 (patch)
tree61e3ca85ce170c0ad574e123d522b2367712c907 /scss
parentb2e423f54dcf47844e0a076a1f397b6a548dba58 (diff)
Add .text-monospace util
Diffstat (limited to 'scss')
-rw-r--r--scss/utilities/_text.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss
index 5e169c4d97..0aa441cc99 100644
--- a/scss/utilities/_text.scss
+++ b/scss/utilities/_text.scss
@@ -4,6 +4,8 @@
// Text
//
+.text-monospace { font-family: $font-family-monospace; }
+
// Alignment
.text-justify { text-align: justify !important; }