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
I have a similar concern. I don't see any evidence that autoprefixing is happening for SSR. And inspecting the code in different browsers doesn't show any differences in prefixes. Perhaps I'm overlooking something?
It seems like autoprefixing is not happening, for e.g. using
display: flex
like soI'd expect to see the following when inspecting the CSS
but I still just get, so no vendor prefixing seems to have been added
The config is the below i.e. Im not using disableAutoprefixing. What am I missing, shouldnt it autoprefix occur with this config and use case?
The text was updated successfully, but these errors were encountered: