Skip to content

Component Selectors#44

Merged
lttb merged 3 commits intomasterfrom
feature/component-selectors
Oct 13, 2017
Merged

Component Selectors#44
lttb merged 3 commits intomasterfrom
feature/component-selectors

Conversation

@lttb
Copy link
Copy Markdown
Member

@lttb lttb commented Oct 13, 2017

Support this behavior from #40:

const AuthorName = styled('div')({...})
const Avatar = styled('img')({...})

const Message = styled('div')({
  [`&:not(:first-child) ${AuthorName}`]: {
    display: 'none'
  },
  [`&:not(:last-child) ${Avatar}`]: {
    visibility: 'hidden'
  }
})

@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 100.0% when pulling 5a4c3cd on feature/component-selectors into 826ce34 on master.

@lttb lttb force-pushed the feature/component-selectors branch from 4bfea98 to a0e2db7 Compare October 13, 2017 03:05
@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 100.0% when pulling a0e2db7 on feature/component-selectors into 826ce34 on master.

@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 100.0% when pulling a0e2db7 on feature/component-selectors into 826ce34 on master.

@lttb lttb force-pushed the feature/component-selectors branch from a0e2db7 to 07969d9 Compare October 13, 2017 03:07
@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 100.0% when pulling 07969d9 on feature/component-selectors into 826ce34 on master.

@lttb lttb merged commit 319c17d into master Oct 13, 2017
@lttb lttb deleted the feature/component-selectors branch November 13, 2017 23:01
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.

2 participants