jean343/styless

ReferenceError: utils is not defined

Closed this issue · 0 comments

My code is as below:

const Div = styled.div`
  .column {
    &.frozen&:empty::before {
      content: '\\200B';
    }
  }
`;