Closed Spaideri closed 6 years ago
Add these "```" (without the quotation marks) before and after your code.
${breakpoint('tablet')`
background: ${'grey'};
color: ${'white'};
`}
🤦♂️ doh!
Thanks! Fixed and released in 2.0.2
. Test added.
That was quick. Thanks a 💯
When breakpoint string contains two variables like this:
${breakpoint('tablet')
background: ${'grey'}; color: ${'white'};}
the string pattern start and end chars are missing because I don't know how to escape them in this editor 😃rendering breaks and results in combined value:
background: greywhite;