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

[BUG] sass -> breaking-changes/color-functions/ green, red, blue #1277

Closed
d-oit opened this issue Oct 26, 2024 · 1 comment
Closed

[BUG] sass -> breaking-changes/color-functions/ green, red, blue #1277

d-oit opened this issue Oct 26, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@d-oit
Copy link
Contributor

d-oit commented Oct 26, 2024

Describe the bug

WARN calling IsSet with unsupported type "ptr" (*hugolib.ShortcodeWithPage) will always return false.
WARN Dart Sass: file://c/github/d-oit/hinode/_vendor/github.com/twbs/bootstrap/scss/_functions.scss:184:9: red() is deprecated. Suggestion:

color.channel($color, "red", $space: rgb)

More info: https://sass-lang.com/d/color-functions
WARN Dart Sass: file://c/github/d-oit/hinode/_vendor/github.com/twbs/bootstrap/scss/_functions.scss:185:9: green() is deprecated. Suggestion:

color.channel($color, "green", $space: rgb)

More info: https://sass-lang.com/d/color-functions
WARN Dart Sass: file://c/github/d-oit/hinode/_vendor/github.com/twbs/bootstrap/scss/_functions.scss:186:9: blue() is deprecated. Suggestion:

color.channel($color, "blue", $space: rgb)

More info: https://sass-lang.com/d/color-functions
WARN Dart Sass: file://c/github/d-oit/hinode/_vendor/github.com/twbs/bootstrap/scss/_functions.scss:36:10: red() is deprecated. Suggestion:

color.channel($color, "red", $space: rgb)

More info: https://sass-lang.com/d/color-functions
WARN Dart Sass: file://c/github/d-oit/hinode/_vendor/github.com/twbs/bootstrap/scss/_functions.scss:36:23: green() is deprecated. Suggestion:

color.channel($color, "green", $space: rgb)

More info: https://sass-lang.com/d/color-functions

Host environment

Please complete the following information where applicable.

@d-oit d-oit added the bug Something isn't working label Oct 26, 2024
@markdumay
Copy link
Collaborator

Is this related to #1060? The filegithub.com/twbs/bootstrap/scss/_functions.scss is an upstream file managed by the Bootstrap team, so it might be better to raise the issue there (if needed). Bootstrap v5.3.4 should fix #1060.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants