From 611361fc74e82d36bdca16ea17d2964c0b7bdca3 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Thu, 19 Oct 2017 11:11:27 -0500 Subject: [PATCH] chore(styleUrl): remove dup ion-fixed style urls --- packages/core/src/components/fixed/fixed.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/packages/core/src/components/fixed/fixed.tsx b/packages/core/src/components/fixed/fixed.tsx index a13789107d..e0c804bc75 100644 --- a/packages/core/src/components/fixed/fixed.tsx +++ b/packages/core/src/components/fixed/fixed.tsx @@ -5,13 +5,7 @@ import { Config } from '../../index'; @Component({ tag: 'ion-fixed', - styleUrl: 'fixed.scss', - // TODO REMOVE when https://github.com/ionic-team/stencil/issues/52 is done - styleUrls: { - ios: 'fixed.scss', - md: 'fixed.scss', - wp: 'fixed.scss' - } + styleUrl: 'fixed.scss' }) export class Fixed { @Element() private el: HTMLElement;