Transformers
In UnoCSS I'm heavily utilizing https://unocss.dev/transformers/variant-group.
It allows to significantly reduce length in following way:
overflow-(x-clip y-auto)
instead of overflow-x-clipy overflow-y-auto
I think it could be also exposed as transformers
module to reuse it when using with bundler.