Skip to content
This repository was archived by the owner on Apr 6, 2021. It is now read-only.

Responsive breakpoints are not working as expected. #194

Closed
riseno opened this issue Mar 31, 2021 · 1 comment
Closed

Responsive breakpoints are not working as expected. #194

riseno opened this issue Mar 31, 2021 · 1 comment

Comments

@riseno
Copy link

riseno commented Mar 31, 2021

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,

<div class="flex flex-col lg:flex-row space-y-2 p-2">
...
</div>

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.

Screenshot 2021-04-01 at 1 55 12 AM

Any ideas?

@adamwathan
Copy link
Member

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants