styled-components-breakpoint icon indicating copy to clipboard operation
styled-components-breakpoint copied to clipboard

No spaces between multiple interpolated values

Open dcorb opened this issue 5 years ago • 1 comments

With 3.0.0-preview.20

${breakpoint("tablet")`
    padding: ${rem("40px")} ${rem("20px")} ${rem("100px")} ${rem("20px")};
    flex-direction: row;
  `}

image

This used to work in 2.1.1

dcorb avatar Jan 09 '21 22:01 dcorb

This is #26.

profyt avatar Jan 12 '21 05:01 profyt