primeflex
primeflex copied to clipboard
grid-flow and col-span don't work with responsive
as reported on discord: https://discord.com/channels/787967399105134612/787968902058999818/994634667452022795
md:grid-columns-4
is overriding lg:grid-columns-3
on large screens?
my window is over 992px
wide. but the medium class is taking precedence
same issue with col-spa
n
whereas if i put text-{size} it works as expected