Sets scss to be default

This commit is contained in:
Aaron Louie 2019-10-14 12:18:43 -04:00
parent d5787e1d81
commit 945b6d3b43
1 changed files with 7 additions and 2 deletions

View File

@ -123,5 +123,10 @@
} }
} }
}, },
"defaultProject": "sartography-website" "defaultProject": "sartography-website",
} "schematics": {
"@schematics/angular:component": {
"styleext": "scss"
}
}
}