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
some CSS code will disapper when I run npm run dev .
when I build the whole project by using npm run build command the dist css do not contain some CSS code.
when I npm run dev and check the style in broswer(chrome). I can't find the -webkit-box-orient: vertical;
when I npm run build the dist app.css file do no contain the -webkit-box-orient: vertical either. the others are still there
The text was updated successfully, but these errors were encountered:
Hello!
Please, open the issue on the relevant template repo (I think you're using the webpack one) and provide some steps to reproduce the problem.
Thanks!
some CSS code will disapper when I run
npm run dev
.when I build the whole project by using
npm run build
command the dist css do not contain some CSS code.for example, a class named
.box
when I
npm run dev
and check the style in broswer(chrome). I can't find the-webkit-box-orient: vertical;
when I
npm run build
the dist app.css file do no contain the-webkit-box-orient: vertical
either. the others are still thereThe text was updated successfully, but these errors were encountered: