Skip to content

Commit

Permalink
Fix README toParentSelector()
Browse files Browse the repository at this point in the history
  • Loading branch information
magicismight committed Aug 12, 2021
1 parent 85b8ae9 commit 92e7a55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,12 +226,12 @@ export const StyledButton = styled.button`
outline: none;
}
/* .button-icon */
/* &--icon */
${e.toParentSelector()} {
width: 20px;
height: 20px;
/* .button--icon__active */
/* &__active */
${m.toParentSelector()} {
opacity: 0.5;
}
Expand Down

0 comments on commit 92e7a55

Please sign in to comment.