Hacker News new | ask | show | jobs
by mxstbr 3543 days ago
Like this:

    const FocusInput = styled.input`
      &:focus {
        focus-styles: here;
      }
    `;