In the project linked here, I'm creating a website that will show some property listing That I will have under contract. I'm having some mix ups between using the scss and css file. The tutorial I watched, the person used scss files. After discussing with a friend, I decided to used css instead. Now I'm having trouble in terms of trying to write code in css with out the style preprocessor options. Since i'm on visual code I usually use the problems tab in order to help me debug. But the errors are only in the terminal.
Also, with the latest version of angular 6, does anyone know how to implement the style preprocessor options?
After doing what was suggested:
i changed the stylesURL and wanted to test with ng serve -o
I then used the command ng config defaults.styleExt=css
:
Shown Here