I'm attempting to make a CSS/LESS rule randomly change. According to various posts like the following one, I should be able to do this since Flarum uses LESS...
https://stackoverflow.com/questions/19869023/generate-random-number-in-less-css
But, when I try any of these options I get errors. I'm trying to add this stuff to the custom css area in my admin. It says both LESS and CSS are allowed. But, maybe these stack overflow instructions are wrong and/or due to the way something is coded in Flarum this just won't work?
Anyone know how I could make a CSS rule generate a random number on each page load? I know this does nothing, but for example...
width: @random;