has-text-weight-medium should exist

This commit is contained in:
Patrick Abkarian 2018-11-12 15:51:52 +01:00 committed by Jeremy Thomas
parent 8cf4fd5661
commit 044d5394a2

View File

@ -115,6 +115,8 @@ $alignments: ('centered': 'center', 'justified': 'justify', 'left': 'left', 'rig
font-weight: $weight-light !important
.has-text-weight-normal
font-weight: $weight-normal !important
.has-text-weight-medium
font-weight: $weight-medium !important
.has-text-weight-semibold
font-weight: $weight-semibold !important
.has-text-weight-bold