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

Dart issuing multiple errors #41250

Closed
3 tasks done
GabeSoler opened this issue Feb 26, 2025 · 1 comment
Closed
3 tasks done

Dart issuing multiple errors #41250

GabeSoler opened this issue Feb 26, 2025 · 1 comment

Comments

@GabeSoler
Copy link

GabeSoler commented Feb 26, 2025

Prerequisites

Describe the issue

I have been trying to use the scss files with dart Sass, for the first time, and it is issuing multiple errors and warnings of deprecated functions.

  • @include is deprecated and replaced by @use
  • The mix seems to have been replaced by color.mix

I guess there are many more.

I am getting this error in my custom CSS as well:

"""
/* Error: Undefined mixin.

  • ,
    
  • 494 | @include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
  • | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    
  • '
    
  • node_modules/bootstrap/scss/_variables.scss 494:1 @use
  • node_modules/scss/custom.scss 10:1 root stylesheet */

"""

I imagine that changes are coming on their way, but it was good to put it here.

Reduced test cases

//

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

macOS

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

Chrome

What version of Bootstrap are you using?

5.3.3

@julien-deramond
Copy link
Member

Hey @GabeSoler
Thanks for creating this issue. We have already some of them in our backlog (e.g. #40849) so I'm going to close this one. You can check these issues to have more information.

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