You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 6, 2021. It is now read-only.
Uh oh!
There was an error while loading. Please reload this page.
What version of @tailwindcss/jit are you using?
v0.1.4
What version of Node.js are you using?
v15.12.0
What browser are you using?
Chrome
What operating system are you using?
Ubuntu 20, Linux
Reproduction repository
https://github.com/IgnisDa/ignisda.me
I am using Nuxtjs and have activated the JIT. The compilation is much faster, but responsive variants are not being generated.
This can be reproduced using the following:
cd
into it and thencd frontend/
yarn generate
. Then savedist/blog/index.html
to a temporary location.jit: false
innuxt.config.js
to disable the JIT compiler and thenyarn generate
. Savedist/blog/index.html
to a temporary location.@media
in the file obtained in step 2 [I get 24 instances] to the one obtained in step 3 [I get 11 instances].You will find that the responsive classes for any of the tailwind classes are not being generated.
The text was updated successfully, but these errors were encountered: