After running ng build
, the dist folder does not properly convert the scss
files to css
.
In my assets folder, I have a main.scss file and in the .angular-cli.json file, it is configured as:
"styles": [
"assets/scss/main.scss"
],
.....
"styleExt": "scss",