how to successfully compile scss using lib-flexible px2rem in the vue-cli environment
scss is written in the .vue file and configured build/utils.js
<style lang="scss">
$c:pink;
.test{
width:200px;
height:200px;
background-color:$c;
}
</style>
then run on chorme"s mobile viewport and still display px instead of rem