How to disable italics for template literals? #253
Replies: 1 comment
-
Was able to do it. It's the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When you use template literals, this part
${....}
, is shown in italics. How can I disable this? I use styled-components and all my media queries are in italics because of this, for example. Thanks for any help!Beta Was this translation helpful? Give feedback.
All reactions