Greeting fellow developers.
I am working on the Angular 6 project. Everything is working fine but in the console, I am getting following warning after (ng serve)
running application.
WARNING in ./src/styles.scss (./node_modules/raw-loader!./node_modules/postcss-loader/lib??embedded!./node_modules/sass-loader/lib/loader.js??ref--14-3!./src/styles.scss) (Emitted value instead of an instance of Error) autoprefixer: C:..\src\scss\layout_grid.scss:209:27: auto-fill value is not supported by IE
Here is my environment details.
I have tried multiple solutions provided on StackOverflow but no luck.