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
Happy you were able to sort this out! In case anyone else encounters the issue, the pull request for this feature explains what will and won't work under the "Restrictions" heading:
Hi, thanks for the great generator.
I have a warning when I use min-* and max-*
<footer class="mt-[50px] max-[1199px]:mt-[35px] bg-[#f8f8fb] text-[#fff]"></footer>
<div class="min-[992px]:w-[25%] max-[991px]:w-full w-full px-[12px] footer-cat"></div
the warning:
"warn - The
min-*
andmax-*
variants are not supported with ascreens
configuration containing objects."in my config file I have:
theme: { screens: { sm: '640px', md: '768px', lg: '1024px', xl: '1280px', '2xl': '1536px', }, },
if I test this on a tailwind project, it work normally, so some plugin may be changing the screens config, do you have any idea?
The text was updated successfully, but these errors were encountered: