mirror of
https://github.com/primer/css.git
synced 2024-11-28 22:01:43 +03:00
fix stray font-weight:normal
This commit is contained in:
parent
c0334da25c
commit
072b430aef
@ -181,7 +181,7 @@
|
||||
|
||||
// Text styles
|
||||
/* 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 */
|
||||
.text-bold { font-weight: $font-weight-bold !important;}
|
||||
/* Set the font to italic */
|
||||
|
Loading…
Reference in New Issue
Block a user