-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
SASS deprecations of red(), green(), blue() #3907
Comments
Yes this comes from the sass package but there is currently a bug: sass/dart-sass#2353 So I'm just waiting for this to be merged so I can update sass to the latest version. |
That was released in v1.79.2 and there's even v1.79.3 that came out afterward, so it should be a good time to update now :) Side note and for more visibility, I think this issue should be renamed as "SASS deprecations of red, green, ...." |
Doesn't seem to be fixed atm:
|
@jgthms can I just check: is this issue blocked on anything any more? If it is now just a matter of bumping the SASS version and refactoring |
This is about Bulma.
Overview of the problem
This is about the Bulma CSS framework
I'm using Bulma version 1.0.2
My browser is: chrome
This is a Sass issue: I'm using version 1.79.2
Description
Recently, I have been getting deprecation warnings when compiling Bulma. These are a result of breaking changes in Sass, where they are soon to remove the color functions
red()
,green()
, andblue()
.Steps to Reproduce
npx sass bulma.scss
Expected behavior
no deprecation warnings
Actual behavior
The text was updated successfully, but these errors were encountered: