]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Merge branch 'main' into extrabold 3937/head
authorJeremy Thomas <bbxdesign@gmail.com>
Sat, 19 Apr 2025 13:20:12 +0000 (15:20 +0200)
committerGitHub <noreply@github.com>
Sat, 19 Apr 2025 13:20:12 +0000 (15:20 +0200)
1  2 
CHANGELOG.md
sass/helpers/typography.scss

diff --cc CHANGELOG.md
Simple merge
index 410093e8cf4f664012ffa822c21b0c4a5d958ceb,e2db0f28f320099e20883c311f3ec59deb9aaeda..fbfcabcf35d827d44f01cb3e4bd12f3720f91378
@@@ -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;
  }