-
Notifications
You must be signed in to change notification settings - Fork 4.5k
BOX ALIGNMENT - Justify Items : justify-items-auto not supported by google chrome #3855
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @devhoussam, what version of chrome are you using? Can you share a reproduction repo or the affected code, please? |
Google Chrome Version : 89.0.4389.90 as you can see in this example the
|
I think that since |
maybe maybe not so what is the solution because it is an Utility class supported by Tailwind CSS so I will keep searching to find how can I fix it. |
Yep looks like MDN lies about this, as far as I can tell in my own testing there is no actual I would just not use it, we'll likely just remove it from Tailwind since it does nothing. |
Isn't it useful with breakpoints? |
From mozilla docs 🤔 |
Yeah but those docs are wrong which is what we have learned in this issue 😅 I added it originally because it was included in MDN, but it doesn't actually work in any browser as evident in the screenshot, hah. |
This is what it looks like to me too, so I think it would be better if it were removed from the doc |
Well yes😁, but if the default behavior is the one specified there (where normaly it is |
According to w3c/csswg-drafts#1318 looks like they renamed it to |
In regards to the spec https://www.w3.org/TR/css-align-3/#align-items-property. Looks like |
so the tailwind css core team should update the documentation |
Removed |
@adamwathan amazing 👍 |
What version of Tailwind CSS are you using?
v2.0.4
What version of Node.js are you using?
v12.0.0
What browser are you using?
Chrome
What operating system are you using?
Windows 10
Reproduction repository
https://i.imgur.com/Pl7I3Gv.png
The text was updated successfully, but these errors were encountered: