-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
chore(styles): deprecate misc features for v10 #1916
Conversation
Questions primary for @joshblack:
Thanks! |
Deploy preview for the-carbon-components ready! Built with commit 8bcbac3 https://deploy-preview-1916--the-carbon-components.netlify.com |
Not currently, wasn't sure what we wanted to map over to the different headings. cc @jeanservaas do you think we should do this by default?
No, this is no longer applicable to the new grid work.
Would most likely correspond to these: https://github.com/IBM/carbon-elements/blob/master/packages/grid/scss/grid.scss#L14-L24
No, mostly because these mixins are no longer used because of type styles 👍
Good question, I think this is as intended right now but cc @aagonzales to confirm that we want
This needs to be resolved, I think. cc @jeanservaas what did we end up doing for the spacing scale? |
Thanks @joshblack for your response! Added some additional @jeanservaas @aagonzales Great to have your feedback! |
Yes, except the default background should be |
Hey @joshblack sorry for the delay:
Not currently, wasn't sure what we wanted to map over to the different headings. cc @jeanservaas do you think we should do this by default? No, we don't want to do this, that's the whole point of the semantic structure that it's purposely not tied to the H classes
We ditched the t-shirt sizes for the spacing scale, the tokens are correct as you see them on the site right now $spacing-01... $layout-01 etc. |
Sounds good @jeanservaas 👍 Will track implementation in: https://github.com/IBM/carbon-elements/issues/389 |
Also removed type reset from v10.
Thanks @aagonzales and @jeanservaas for the response!
@IBM/carbon-developers Could you proceed with code review? Please use "Diff settings" - "Hide whitespace changes" given some files have change in indent. Thanks! |
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.
🐬 Great! Thank you so much 🐬
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.
Looks great!
🎉 This PR is included in version 9.83.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Refs #1626.
Changelog
New
_deprecate.scss
file to contain only@mixin deprecate
- Having it in_helper-mixin.scss
has caused import loop.@deprecated
annotations for several variables/mixins/functionsTesting / Reviewing
Testing should make sure no component is broken.