Skip to content
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

fix(chips): Rename stroke to outline #2635

Merged
merged 4 commits into from
Apr 23, 2018

Conversation

williamernest
Copy link
Contributor

BREAKING CHANGE: Renames variant, classes and mixins containing the word stroke to use the word outline.

@codecov-io
Copy link

codecov-io commented Apr 23, 2018

Codecov Report

Merging #2635 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2635   +/-   ##
=======================================
  Coverage   98.48%   98.48%           
=======================================
  Files          98       98           
  Lines        4230     4230           
  Branches      537      537           
=======================================
  Hits         4166     4166           
  Misses         64       64

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ec9d7a5...d44ad12. Read the comment docs.

`mdc-chip-stroke-width($width)` | Customizes the border stroke width for a chip
`mdc-chip-stroke-style($style)` | Customizes the border stroke style for a chip
`mdc-chip-stroke-color($color)` | Customizes the border stroke color for a chip
`mdc-chip-outline($width, $style, $color)` | Customizes the border outline properties for a chip
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This sounds weird saying "border outline" everywhere... And I'm not sure how I feel about saying just "outline" because that is not the CSS property this is controlling, but we should definitely pick one.

@williamernest williamernest merged commit 604ddad into master Apr 23, 2018
@williamernest williamernest deleted the fix/chips/rename-stroke-to-outline branch April 23, 2018 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants