chore(core-hn): change styleUrls to styleUrl

This commit is contained in:
jgw96
2017-06-29 12:01:00 -05:00
parent 90f2e66f83
commit dd8b5a5bb5

View File

@@ -3,7 +3,7 @@ import { Component, h, State, Ionic } from '@stencil/core';
@Component({
tag: 'news-container',
styleUrls: 'main.scss'
styleUrl: 'main.scss'
})
export class NewsContainer {