Replies: 1 comment 3 replies
-
Hey @Cnote43 Have you tried entering some inline CSS into the box? E.g. color: red; The reason it now shows Handlebars and JavaScript is because the Custom CSS now supports bindings! (I'll update the docs, I don't think they reflect this change) So if you had some App state that stored a css variable then you could do something like: color: {{ State.Color }} |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I must be missing something incredibly simple and obvious. When I click the "Edit Custom CSS" button, this is what I see:
which seems to be the Bindings screen. Looking at this discussion it seems like I should just be seeing a box where I can enter CSS (though that discussion is 9 months old). I've tried this on multiple components and I always get the Bindings screen. I've looked though a bunch of other discussions and the docs but can't figure it out.
What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions