Replies: 1 comment 2 replies
-
Oh I've got it, I had to wrap ${...} in double quotes. So:
Of course now TS is throwing a fit, the |
Beta Was this translation helpful? Give feedback.
2 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.
-
I'm using Emotion.js and its styled syntax. Can you find where this is wrong?
(direction is passed correctly, I've checked using the console.log you see above the if statement.)
(also the
&::after {}
is fine because when I check withcontent: "foo"
it shows up correctly.)(I expect either
content: "ltr"
orcontent: "rtl"
, but neither shows up. Even the after pseudo class doesn't show up on the inspect element.Beta Was this translation helpful? Give feedback.
All reactions