Closed lukeromanowicz closed 3 years ago
PurgeCss will probably remove a lot of classes that are dynamically added, not just the grid system. Use windicss or set a whitelist for PurgeCss.
https://github.com/vuetifyjs/vuetify/issues?q=is%3Aissue+purgecss+is%3Aclosed
Environment
Vuetify Version: 3.0.0-alpha.10 Vue Version: 3.2.6 Browsers: Chrome 92.0.4515.107 OS: Linux x86_64
Steps to reproduce
Expected Behavior
dev and production builds work the same
Actual Behavior
dev and production build differs
Reproduction Link
http://cant.reproduce.in.codepen
Other comments
I bet a similar issue exists for all of the tailwind decorators injected to view templates only through props.
workaround: use justify-content class on v-row rather than justify="center" prop