Next.js Discord

Discord Forum

What is the Tailwind equivalent of tilde (~)?

Unanswered
Raymond posted this in #help-forum
Open in Discord
Specifically this styled component. I want to convert it into <div className="???">...</div>
const Clone = styled.div`
  ~ div {
    transform: none !important;
  }
`

0 Replies