Switch to SCSS

This commit is contained in:
2020-03-11 02:31:38 +01:00
parent 83a8c963a3
commit 8652abe8dc
7 changed files with 87 additions and 13 deletions

View File

@ -3,7 +3,7 @@ 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 = 'KaraoQueue';