1
1
mirror of https://github.com/primer/css.git synced 2024-09-21 05:39:15 +03:00

fix stray font-weight:normal

This commit is contained in:
Shawn Allen 2017-07-17 16:57:19 -07:00
parent c0334da25c
commit 072b430aef

View File

@ -181,7 +181,7 @@
// Text styles // Text styles
/* Set the font weight to normal */ /* Set the font weight to normal */
.text-normal { font-weight: normal !important; } .text-normal { font-weight: $font-weight-normal !important; }
/* Set the font weight to bold */ /* Set the font weight to bold */
.text-bold { font-weight: $font-weight-bold !important;} .text-bold { font-weight: $font-weight-bold !important;}
/* Set the font to italic */ /* Set the font to italic */