We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We are currently seeing SASS errors such as:
DEPRECATION WARNING: blue() is deprecated. Suggestion: color.channel($color, "blue", $space: rgb) More info: https://sass-lang.com/d/color-functions ╷ 101 │ "blue": blue($color), │ ^^^^^^^^^^^^ ╵ vendor/bundle/ruby/3.3.0/gems/bulma-rails-1.0.2/app/assets/stylesheets/sass/utilities/functions.scss 101:13 bulmaColorLuminance() vendor/bundle/ruby/3.3.0/gems/bulma-rails-1.0.2/app/assets/stylesheets/sass/utilities/functions.scss 128:7 bulmaFindColorInvert() vendor/bundle/ruby/3.3.0/gems/bulma-rails-1.0.2/app/assets/stylesheets/sass/utilities/derived-variables.scss 16:15 @forward vendor/bundle/ruby/3.3.0/gems/bulma-rails-1.0.2/app/assets/stylesheets/sass/utilities/_index.scss 6:1 @forward vendor/bundle/ruby/3.3.0/gems/bulma-rails-1.0.2/app/assets/stylesheets/sass/_index.scss 1:1 @use bulma.scss 4:1 @use app/assets/stylesheets/application.scss 1:1 root stylesheet
It appears this is coming from an upstream breaking change in Sass, per jgthms/bulma#3907.
The text was updated successfully, but these errors were encountered:
We are waiting for the new release of Bulma that solves this deprecation.
Sorry, something went wrong.
No branches or pull requests
We are currently seeing SASS errors such as:
It appears this is coming from an upstream breaking change in Sass, per jgthms/bulma#3907.
The text was updated successfully, but these errors were encountered: