I have a function that returns a random color, so I need the color to change when the page reboots. But the color changes only when you save. What should I do?
Sorry for my English.
I have a function that returns a random color, so I need the color to change when the page reboots. But the color changes only when you save. What should I do?
Sorry for my English.
I would recommend against compiling SCSS in each page load because it will affect you the performance of you web server and it may unnecessary complexity to your stack.
However, if you have only a few know elements, you can always use JavaScript: https://stackoverflow.com/a/1484514/439427