I am wondering why tailwindcss is not using my md:bg-white when the screen size is between md and lg.
<div className={`h-12 bg-blue flex w-full text-white fixed mt-1 lg:bg-white md:bg-white ${scrolling ? 'md:animationNav md:h-16' : 'md:animationBasisNav md:h-20'} md:dark:bg-gray-400`}> </div>
2.1m questions
2.1m answers
60 comments
57.0k users