Fix Sass deprecation warnings related to if-functions.#4028
Closed
mickverm wants to merge 3 commits into
Closed
Conversation
30ceeb2 to
72f1239
Compare
lucasinocente
approved these changes
Jan 12, 2026
There was a problem hiding this comment.
This change follows the migration https://sass-lang.com/documentation/breaking-changes/if-function/
cc @jgthms
firdaus-aziz
added a commit
to firdaus-aziz/bulma
that referenced
this pull request
Jan 29, 2026
jgthms#4028) Replace deprecated if($cond, $true, $false) with if(sass($cond): $true; else: $false) in 8 call sites across typography helpers, utility functions, and mixins.
firdaus-aziz
added a commit
to firdaus-aziz/bulma
that referenced
this pull request
Jan 29, 2026
FFY00
added a commit
to FFY00/ffy00.github.io
that referenced
this pull request
Feb 23, 2026
Bumped to the current main (210b6f03b7e0a7fe18341d860bab0f5b3ea308f3) and cherry-picked the fix from jgthms/bulma#4028 Signed-off-by: Filipe Laíns <lains@riseup.net>
SamLam140330
approved these changes
Feb 27, 2026
|
news? |
nerdegutt
added a commit
to oslokommune/labs.oslo.kommune.no
that referenced
this pull request
Apr 21, 2026
Targets one specific deprecation ID (if-function) triggered by Bulma's sass/utilities/functions.scss and mixins.scss. The upstream fix is approved in jgthms/bulma#4028 but unmerged. Removes 8 warnings from every build. Remove this silencer when Bulma ships the fix upstream.
Contributor
Author
|
Fixed in: 193c7aa |
|
Thanks for fixing. But I am afraid, all this is caseless, as @jgthms did not issue a relese for over a year. I fear the project is dead, despite people are contributing. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #4026