feat(@theme): add base gorgeous styles

This commit is contained in:
tibing 2017-04-26 12:25:54 +03:00
parent a126301343
commit c88b6966e4
11 changed files with 234 additions and 13 deletions

View file

@ -8,7 +8,6 @@ import { Component } from '@angular/core';
@Component({
selector: 'app',
template: '<router-outlet></router-outlet>',
styleUrls: ['./app.component.scss'],
})
export class AppComponent {
}