-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[ResponseOps] Fix scss deprecation issue #190948
Conversation
Pinging @elastic/response-ops (Team:ResponseOps) |
@petrklapka It seems opting into the new |
Hey @adcoelho! I believe what you want to do is keep whatever the current behavior is once the SASS deprecation happens in a future version. In order to do that, you want to swap the rule and declaration order. Check out what Vadim did here for his fix. |
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]
History
To update your PR or re-run it, just comment with: cc @adcoelho |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Fixes #190927
Summary
This pr fixes a small deprecation issue after the SASS upgrade. I opted into the new syntax.