-
-
Notifications
You must be signed in to change notification settings - Fork 447
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
Lots of errors after upgrading dartsass-sprockets to v3.1.0 #291
Comments
Maybe the Issue could be named: Dart Sass 3.0.0 Deprecation Warnings I'm getting these deprecations:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After performing a
bundle update
on my Rails 7.1 project, the site is broken because the bootstrap gem uses@import
heavily which is now deprecated. For example:Is there a version for SASS after version 3.0 planned that will help?
The text was updated successfully, but these errors were encountered: