Native CSS randomness: random() instead of JavaScript hacks
CSS Values Level 5 adds random() and random-item(), which the browser resolves at render time. Why that beats Sass build-time randomization, PHP inline styles and Math.random() for scattered layouts and varying animation delays.