updating references to scss

This commit is contained in:
eleanor 2018-09-20 08:56:01 -04:00
parent 2da6d4995c
commit 63b9aaa308
2 changed files with 3 additions and 3 deletions

View File

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

View File

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