import { css, styled } from 'styled-components' styled.div` ${props => props.shouldHover && css` &:hover { background: 'red'; } `} `