It should switch to flex-row when the width is more than lg: min-width, but currently it's doing nothing. And i open the inspect tool in chrome, it does have the class show up but crossed out.
Hey! Sorry, as mentioned in the issue template issues without a reproduction repository will be closed. Please open a new issue with a reproduction repository.
What version of @tailwindcss/jit are you using?
0.1.17
What version of Node.js are you using?
v15.12.0
What build tool (or framework if it abstracts the build tool) are you using?
laravel mix
What browser are you using?
chrome, safari and firefox
What operating system are you using?
macOS
Reproduction repository
N/A
responsive breakpoints are not physically switching, for example,
It should switch to
flex-row
when the width is more thanlg:
min-width, but currently it's doing nothing. And i open the inspect tool in chrome, it does have the class show up but crossed out.Any ideas?