]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
has-text-weight-medium should exist
authorPatrick Abkarian <patrickabkarian@gmail.com>
Mon, 12 Nov 2018 14:51:52 +0000 (15:51 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Fri, 17 May 2019 10:50:11 +0000 (11:50 +0100)
sass/base/helpers.sass

index a28449bc9bdb3313716448f4cd5e32818d0db346..59d9e0d13da1fe433b3b9d8d7699f1994ddee3ae 100644 (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