From: Mark Otto Date: Sun, 2 Jul 2017 03:57:34 +0000 (-0700) Subject: Add .font-weight-light class, add !important to the classes X-Git-Tag: v4.0.0-beta.2~449 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed4f5778a92be24e7d47f93ff569fef03b9f106e;p=thirdparty%2Fbootstrap.git Add .font-weight-light class, add !important to the classes --- diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss index d337e0d63e..7573f2987e 100644 --- a/scss/utilities/_text.scss +++ b/scss/utilities/_text.scss @@ -28,9 +28,10 @@ // Weight and italics -.font-weight-normal { font-weight: $font-weight-normal; } -.font-weight-bold { font-weight: $font-weight-bold; } -.font-italic { font-style: italic; } +.font-weight-light { font-weight: $font-weight-light !important; } +.font-weight-normal { font-weight: $font-weight-normal !important; } +.font-weight-bold { font-weight: $font-weight-bold !important; } +.font-italic { font-style: italic !important; } // Contextual colors