How can I use arbitrary breakpoints in UnoCSS?
I'm trying the regular tailwind class (https://tailwindcss.com/docs/responsive-design#using-custom-breakpoints):
min-[780px]:flex-row
But it's not applying. I'm using UnoCSS Wind preset about which there's some info here: https://unocss.dev/presets/wind
custom rules in UnoCSS for arbitrary breakpoints involves using dynamic rules with regular expressions
Custom Breakpoints in HTML