-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Upgrade deps and address Sass deprecation warnings. #449
Conversation
✅ Deploy Preview for herman-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
@mirisuzanne @stacyk I don't really understand the changes I'm making to Sass, so I'd appreciate review from one or both of you! 🙏
scss/config/_colors.scss
Outdated
@@ -62,17 +62,23 @@ $neutral-colors: ( | |||
'light-gray': '#brand-blue' | |||
( | |||
'tint': 80%, | |||
'desaturate': 80%, | |||
'color.scale': ( |
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.
Should these be using color.adjust
instead?
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.
@jgerigmeyer in our case since we want to match the colors we have already established and tested, color.adjust
will give us the same colors we had before.
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.
Fixed in 564f663
* main: Bump webpack in the npm-minor-upgrades group across 1 directory Bump the npm-minor-upgrades group with 13 updates Bump sinon from 18.0.1 to 19.0.2 in the npm-major-upgrades group
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.
This looks good to me. These changes match the desired output (some rounding of the hsl is the exception, but hex remains the same).
No description provided.