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.
Thanks for the great improvements, this is really making fun!
While testing with an existing project I discovered that the outline utility right now differs from the tailwindcss' version (and the documentation as well) for it's outline-offset. @tailwindcss/jit generates f.e. .outline-white: {outline: 2px dotted white; outline-offset: 0;}, while the original version compiles to .outline-white: {outline: 2px dotted white; outline-offset: 2px;}.
The text was updated successfully, but these errors were encountered:
Thanks for the great improvements, this is really making fun!
While testing with an existing project I discovered that the outline utility right now differs from the
tailwindcss
' version (and the documentation as well) for it'soutline-offset
.@tailwindcss/jit
generates f.e..outline-white: {outline: 2px dotted white; outline-offset: 0;}
, while the original version compiles to.outline-white: {outline: 2px dotted white; outline-offset: 2px;}
.The text was updated successfully, but these errors were encountered: