The compact css generated with 'quasar build mat' quasar does not match to the quasar.mat.css in dev environment.
-
The compact css generated with ‘quasar build mat’ quasar does not match to the quasar.mat.css in dev environment.
such as q-datatable, q-fab, etc.
I fixed it by closing the purifyCss to false in index.js when compiling, it seems that the table responsible works fine.
But, the q-fab in fixed position does not work right.
it seems that the style ‘material-icons’ change sequence after compiling, so .flex display:flex does not work.
Am I right? Please help. -
I ran into the same issue, posted a bug report at: https://github.com/quasarframework/quasar-template-default/issues/47