Ronalson Filho
Ronalson Filho
## What's happening After upgrading my Nativescript project to 6.3.1 I got the error bellow when using Sass. Error message: ``` ERROR in ./components/Main.vue?vue&type=style&index=0&lang=sass& (../node_modules/nativescript-dev-webpack/style-hot-loader.js!../node_modules/nativescript-dev-webpack/apply-css-loader.js!../node_modules/css-loader/dist/cjs.js??ref--7-oneOf-0-2!../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../node_modules/postcss-loader/src??ref--7-oneOf-0-3!../node_modules/sass-loader/dist/cjs.js??ref--7-oneOf-0-4!../node_modules/vue-loader/lib??vue-loader-options!../node_modules/string-replace-loader??ref--12-1!./components/Main.vue?vue&type=style&index=0&lang=sass&) Module build failed (from ../node_modules/sass-loader/dist/cjs.js):...
I'm trying to use the `postcss-css-variables` to build a CSS file for legacy browsers such as IE using `preserved = false`. However I'm getting a inconsistent output while using multi-classes...