-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
feat(typescale): update typescale and mixin #357
feat(typescale): update typescale and mixin #357
Conversation
); | ||
|
||
// ☠️ Deprecated ☠️ | ||
@mixin font-size($size) { |
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 we add a @warn
to this block that logs that using it is deprecated in V8
?
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.
Good idea! Will add
Can you also update the |
1a6ccde
to
ba12397
Compare
👍 ✅ |
…nts (carbon-design-system#357) * Add more detail about setting up webpack for working with our components
… is inserted into (carbon-design-system#574) Flatpickr does not change the position of calendar dropdown once it's created, even after the element containing the triggering element (`<input>`) is scrolled. Flatpickr allows specifying the DOM node the calendar dropdown is inserted into, which would work as a way to alleviate such scrolling issue, for example, by specifying a DOM element being scrolled along with the triggering element. This change adds a prop that will be passed along to Flatpickr as such DOM node. Fixes carbon-design-system#357.
Overview
Update Carbon Components to new typescale
Closes https://github.ibm.com/Bluemix/carbon-issues/issues/348
Added
A new typescale, based on this.
A new
typescale
mixin:@include typescale('zeta');
Removed
Marked the old
font-size
mixin as deprecated. Will be removed in V9.Changed
Removed all references to
@include font-size
and replaced with@include typescale
Testing / Reviewing
Make sure no type look wacky? 🙃