Skip to content

Can we target child classes from parent ? #2130

Discussion options

You must be logged in to vote

Please use the nested selector

const Link = styled.a`
  color: violet;

  & .name {
    font-size: 34px;
  }
`;

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by segunadebayo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants