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

deprecate extend method #133

Merged
merged 2 commits into from Sep 7, 2018
Merged

deprecate extend method #133

merged 2 commits into from Sep 7, 2018

Conversation

@cezaraugusto
Copy link
Member

cezaraugusto commented Sep 7, 2018

closes #127

closes #127
@cezaraugusto cezaraugusto added this to the 0.24.0 milestone Sep 7, 2018
@cezaraugusto cezaraugusto self-assigned this Sep 7, 2018
Copy link
Contributor

jasonrsadler left a comment

++ lgtm

@@ -60,6 +60,6 @@ export const CaratLeftIcon = RotatedIconComponent(CaratIcon, 90)
export const CaratUpIcon = RotatedIconComponent(CaratIcon, 180)
export const CaratDownIcon = CaratIcon
import ThumbsUpIcon from './thumbs-up'
export const ThumbsDownIcom = ThumbsUpIcon.extend`
export const ThumbsDownIcom = styled(ThumbsUpIcon)`

This comment has been minimized.

Copy link
@jasonrsadler

jasonrsadler Sep 7, 2018

Contributor

nit: spelling. ThumbsDownIcon (although if it's already used extensively, might save for another time)

This comment has been minimized.

Copy link
@petemill

petemill Sep 7, 2018

Member

thanks @jasonrsadler - I think that's my bad!

@petemill
Copy link
Member

petemill commented Sep 7, 2018

Permalink to this PR: https://brave-ui-rfdkgzytxb.now.sh

Copy link
Member

petemill left a comment

LGTM

@petemill petemill merged commit 6a2c310 into master Sep 7, 2018
1 check passed
1 check passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
@petemill petemill deleted the deprecate-extend branch Sep 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

3 participants
You can’t perform that action at this time.