-
Notifications
You must be signed in to change notification settings - Fork 162
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(typography): implement typography functions and mixins to the material spec #2112
Conversation
# Conflicts: # projects/igniteui-angular/src/lib/core/styles/components/checkbox/_checkbox-theme.scss
# Conflicts: # projects/igniteui-angular/src/lib/core/styles/themes/_core.scss
# Conflicts: # projects/igniteui-angular/src/lib/combo/combo.component.spec.ts # projects/igniteui-angular/src/lib/test-utils/helper-utils.spec.ts
…ular into PR2112/checkout
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.
@simeonoff, kudos for the great work that you have done with the Typography in Ignite UI for Angular!
Documentation, Readme.md and implementation of all mixins and functions are very well explained and intuitive to use.
I strongly hope that out clients will benefit of this powerful type system
and will use it with ease.
I have uploaded part of my testing implementation in a GitHub repository
Closes #1351
Breaking Changes:
igx-typography
class to be applied on wrapping element, like the body element for instance.