From: Patrick Abkarian Date: Mon, 12 Nov 2018 14:51:52 +0000 (+0100) Subject: has-text-weight-medium should exist X-Git-Tag: 0.7.5~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=044d5394a2551f312760cbe63afbd5f16db66704;p=thirdparty%2Fbulma.git has-text-weight-medium should exist --- diff --git a/sass/base/helpers.sass b/sass/base/helpers.sass index a28449bc9..59d9e0d13 100644 --- a/sass/base/helpers.sass +++ b/sass/base/helpers.sass @@ -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