]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add .font-weight-light class, add !important to the classes
authorMark Otto <markd.otto@gmail.com>
Sun, 2 Jul 2017 03:57:34 +0000 (20:57 -0700)
committerMark Otto <markd.otto@gmail.com>
Fri, 11 Aug 2017 05:40:02 +0000 (22:40 -0700)
scss/utilities/_text.scss

index d337e0d63ead13a9ecee986a71cf33e9a39328d3..7573f2987e1b9cc0e3fed2673ebf1fda4428e6af 100644 (file)
 
 // 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