From 185666fd79804efe11e2ed7b993fb38f5a7be612 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 31 Mar 2018 21:04:54 -0700 Subject: Add .text-monospace util --- scss/utilities/_text.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scss') diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss index 5e169c4d9..0aa441cc9 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; } -- cgit v1.2.3