-
|
G'day guys and @mikke89 , first of all thank you for your work. What I am looking for is some way of getting the behaviour similar to css variables or class inclusions. I want to set some class in a global style and then be able to call that in a template that is importing it. So here's a very basic example, and its just pseudo so don't sweat the syntax, you should get the point. and then in my template is this a solved problem? Of course I could set that value in both places but then I would have no need for variables and to update it would require updating it everywhere. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
css variables are not supported in rmlui, see #517. There is a pull request #388 that didn't got merged due to performance issues, but it is fully functional (afaik) and you can merge it yourself locally |
Beta Was this translation helpful? Give feedback.
css variables are not supported in rmlui, see #517. There is a pull request #388 that didn't got merged due to performance issues, but it is fully functional (afaik) and you can merge it yourself locally