Replies: 1 comment
-
finally found it! i pass it as a second object in the in links array
sorry for listing unimportant discussions like this |
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.
-
Hey 👋 there, Remix team!
Is there any way to make public css variables and share it throughout the whole page? For example:
:root{
--main-content:#23fda2
--secondary-content:#32fda2
}
I struggle for 2 days to make it. I succeed to pass the variable to the dom (as I inspect the html document on the browser), but no colour has been applied yet..
I searched the documentation and other stuffalso, but I found nothing about that
If it is possible, can you make a walk through step by step of how to do that in remix?
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions