Skip to content
New issue

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

Address deprecation warnings from SASS breaking changes #64

Open
benjaminoakes opened this issue Sep 24, 2024 · 1 comment
Open

Address deprecation warnings from SASS breaking changes #64

benjaminoakes opened this issue Sep 24, 2024 · 1 comment

Comments

@benjaminoakes
Copy link

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.

@stadniklksndr
Copy link
Collaborator

We are waiting for the new release of Bulma that solves this deprecation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants