-
-
Notifications
You must be signed in to change notification settings - Fork 344
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 Warnings with SASS 1.77.7 #593
Comments
The warnings all originate from lines 99-122 of ReactCrop.scss:
My guess is that if you pull lines 100-110 out of the declaration and move them up to the top of the file, it should resolve the warnings because you will no longer be declaring root properties after a nested declaration. |
Pull request 4 submitted |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I upgraded a web project to sass 1.77.7 and now am getting a number of deprecation warnings related to
react-crop-image
- it seems like the ordering of SASS declarations is now important. See https://sass-lang.com/documentation/breaking-changes/mixed-decls/.Here is a list of the warnings I received (I pared the list down to remove repetitive warnings):
The text was updated successfully, but these errors were encountered: