From 044d5394a2551f312760cbe63afbd5f16db66704 Mon Sep 17 00:00:00 2001 From: Patrick Abkarian Date: Mon, 12 Nov 2018 15:51:52 +0100 Subject: [PATCH] has-text-weight-medium should exist --- sass/base/helpers.sass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sass/base/helpers.sass b/sass/base/helpers.sass index a28449bc..59d9e0d1 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