setup scss for styles

This commit is contained in:
Denys Vuika 2017-10-19 10:11:51 +01:00
parent a391ffc33d
commit eaf07c129a
3 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@
} }
}, },
"defaults": { "defaults": {
"styleExt": "css", "styleExt": "scss",
"component": {} "component": {}
} }
} }

View File

@ -3,7 +3,7 @@ import { Component } from '@angular/core';
@Component({ @Component({
selector: 'app-root', selector: 'app-root',
templateUrl: './app.component.html', templateUrl: './app.component.html',
styleUrls: ['./app.component.css'] styleUrls: ['./app.component.scss']
}) })
export class AppComponent { export class AppComponent {
title = 'app'; title = 'app';