Do you guys prefer to use media query min-width or max-width?
I have noticed a lot popular CSS framework such as tailwind, Bootstraps etc. are using
Are there any particular reason they are not using
min-width for media query when doing some sort of CSS utility class name. Are there any particular reason they are not using
max-width?