-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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(shape): Added Shape subsystem and integrated with all components #3626
Conversation
BREAKING CHANGE: The previous contents of the mdc-shape package have been removed and replaced with mixins implementing the Shape system. This system implements only rounded corners to provide a straightforward CSS-only solution.
Codecov Report
@@ Coverage Diff @@
## master #3626 +/- ##
=========================================
Coverage ? 98.46%
=========================================
Files ? 120
Lines ? 5197
Branches ? 652
=========================================
Hits ? 5117
Misses ? 80
Partials ? 0 Continue to review full report at Codecov.
|
.travis.yml
Outdated
@@ -13,6 +13,7 @@ branches: | |||
# This prevents excessive resource usage and CI slowness. | |||
only: | |||
- master | |||
- feat/shape |
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.
TODO: Need to remove this line once all PRs are merged in feat/shape
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 pending passing CI
Fixes #3175 & #3176
BREAKING CHANGE: The previous contents of the mdc-shape package have been removed and replaced with mixins implementing the Shape system. This system implements only rounded corners to provide a straightforward CSS-only solution. Replaced all *-corner-radius component mixins with *-shape-radius mixins to integrate with Shape system.