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

Deprecation Warning in _rfs.scss #482

Closed
3 tasks done
goekhantopcu opened this issue Dec 2, 2024 · 1 comment
Closed
3 tasks done

Deprecation Warning in _rfs.scss #482

goekhantopcu opened this issue Dec 2, 2024 · 1 comment

Comments

@goekhantopcu
Copy link

goekhantopcu commented Dec 2, 2024

Prerequisites

Describe the issue

After i upgraded to Angular v19 i receive some deprecation warnings when building my project. Is it possible to replace those deprecations by the new way provided by sass? :D

  Deprecation Warning on line 291, column 8 of file:///builds/elasticcharge/elastic-charge-frontend/node_modules/bootstrap/scss/vendor/_rfs.scss:291:8:
  Sass's behavior for declarations that appear after nested
  rules will be changing to match the behavior specified by CSS in an upcoming
  version. To keep the existing behavior, move the declaration above the nested
  rule. To opt into the new behavior, wrap the declaration in `& {}`.
  More info: https://sass-lang.com/d/mixed-decls
  291 |         #{$property}: if($rfs-mode == max-media-query, $val, $fluid-val);
  node_modules/bootstrap/scss/vendor/_rfs.scss 292:9  @content
  node_modules/bootstrap/scss/vendor/_rfs.scss 158:5  -rfs-rule()
  node_modules/bootstrap/scss/vendor/_rfs.scss 291:7  rfs()
  node_modules/bootstrap/scss/vendor/_rfs.scss 323:3  padding-bottom()
  src/app/reporting/style/cards.scss 20:3             @use
  src/app/reporting/reporting.scss 3:1                root stylesheet

Reduced test cases

i already changed my sass code to the latest conventions

What operating system(s) are you seeing the problem on?

macOS, Linux

What browser(s) are you seeing the problem on?

No response

What version of Bootstrap are you using?

v5.3.3

@julien-deramond julien-deramond transferred this issue from twbs/bootstrap Dec 9, 2024
@julien-deramond
Copy link
Member

Thanks for reporting this issue. It's actually a duplicate of #474. So I'm closing this one.

@julien-deramond julien-deramond closed this as not planned Won't fix, can't repro, duplicate, stale Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants