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
Describe the bug
dev CSS and production build are different. For example the following code renders side by side in dev and one on top of the other in production. For reproduction I'm only using built in css classes.
I'm trying to show one column on top of the other for small screens and side by side on large screen. But dev and production don't render the same. Tested on same machine, 2 different browsers (chrome, safari) same screen size.
Expected behavior
Production should match Development
Screenshots
If applicable, add screenshots to help explain your problem.
Production on full screen
Dev full screen
Additional context
I also made a branch called withoutnuxt and see the same problem in a non-nuxt vuetify app. Do you have any ideas to get around this?
The text was updated successfully, but these errors were encountered:
Module version
@nuxtjs/vuetify@1.12.1
Describe the bug
dev CSS and production build are different. For example the following code renders side by side in dev and one on top of the other in production. For reproduction I'm only using built in css classes.
I'm trying to show one column on top of the other for small screens and side by side on large screen. But dev and production don't render the same. Tested on same machine, 2 different browsers (chrome, safari) same screen size.
To Reproduce
https://github.com/jtlindsey/vuetifynuxtbuildissue1
Steps to reproduce the behavior:
Expected behavior
Production should match Development
Screenshots
If applicable, add screenshots to help explain your problem.
Production on full screen
Dev full screen
Additional context
I also made a branch called
withoutnuxt
and see the same problem in a non-nuxt vuetify app. Do you have any ideas to get around this?The text was updated successfully, but these errors were encountered: