@eaides can you do the following:
- make sure you hard refresh your browser (old css/js might be cache)
- try to remove node_modules, and do an
npm installagain then trynpm run devornpm run prodif it still shows different outputs.
In my test environment (homestead) my app when I use the "npm run dev" produce different results than the "npm run prod"
The main difference seam to be in the grid (tailwind), wherein dev appear in 2 columns, for the same browser size, after recompile npm with the prod option, after refreshing the page, it appears in one column only
I have 2 captures to show the difference but I don't know if/how can I upload pictures
TIA
Please or to participate in this conversation.