From: Jeremy Thomas Date: Sat, 19 Apr 2025 13:20:12 +0000 (+0200) Subject: Merge branch 'main' into extrabold X-Git-Tag: 1.0.4~3^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a18350ca2ad862ddfa433c0f9f755201d7da98a5;p=thirdparty%2Fbulma.git Merge branch 'main' into extrabold --- a18350ca2ad862ddfa433c0f9f755201d7da98a5 diff --cc sass/helpers/typography.scss index 410093e8,e2db0f28..fbfcabcf --- a/sass/helpers/typography.scss +++ b/sass/helpers/typography.scss @@@ -149,11 -149,7 +149,11 @@@ $alignments: font-weight: iv.$weight-bold !important; } - .#{iv.$helpers-has-prefix}text-weight-extrabold { ++.#{iv.$class-prefix}#{iv.$helpers-has-prefix}text-weight-extrabold { + font-weight: iv.$weight-extrabold !important; +} + - .#{iv.$helpers-prefix}family-primary { + .#{iv.$class-prefix}#{iv.$helpers-prefix}family-primary { font-family: dv.$family-primary !important; }