Closed lvjiaxuan closed 5 years ago
I can't reproduce the issue. I think it is related to style minify. Maybe other package removed newline, then your code become
// variable $menusWidth: 180px;$navbarHeight: 50px;$maxNewsWidth: 380px;
Your code had been commented.
error example
imports.scss
vue.config.js
valid example
imports.scss
vue.config.js
???