Replies: 1 comment 2 replies
-
I've thought about this feature in the past. The tricky bit here is
Some suggestions and pointers on how we could deal with this:
For these reasons I concluded it was not worth the implementation cost for myself, but if you want to take this on I'm all open for PRs :) I hope there are enough pointers here that could get you started if you decide to work on this. Good luck, and let me know if you could need some more help later on. Note that this feature would be completely trivial to add if |
Beta Was this translation helpful? Give feedback.
-
Hi,
implementing
!important
might be important (pun intended) to create a rcss lib similar to Bootstrap (at least part of it).For example I found inconvenient to use something like
in my program because without the
!important
rule it won't work for anything that set the display property, unless rcss files are loaded in a specific order, which might be problematic in some context, especially when inlinestyle
is used.I'm willing to look into it myself but, knowing almost nothing about RmlUi's structure, I need some pointers for where to look in the source files to start implementing it.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions