mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 22:17:40 +08:00
chore(styleUrl): remove dup ion-fixed style urls
This commit is contained in:
@ -5,13 +5,7 @@ import { Config } from '../../index';
|
|||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
tag: 'ion-fixed',
|
tag: 'ion-fixed',
|
||||||
styleUrl: 'fixed.scss',
|
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'
|
|
||||||
}
|
|
||||||
})
|
})
|
||||||
export class Fixed {
|
export class Fixed {
|
||||||
@Element() private el: HTMLElement;
|
@Element() private el: HTMLElement;
|
||||||
|
Reference in New Issue
Block a user