chore(ionic): update from ionic core

This commit is contained in:
Brandy Carney
2017-06-12 13:53:33 -04:00
parent a99610c776
commit 02e4aa5db9
5 changed files with 3 additions and 5 deletions

View File

@ -1,4 +1,4 @@
import { Component, Ionic, Prop } from '../index'; import { Component, h, Ionic, Prop } from '../index';
import { Swiper } from '../../vendor/swiper'; import { Swiper } from '../../vendor/swiper';
/** /**

View File

@ -336,4 +336,3 @@
@return $colors-list; @return $colors-list;
} }

View File

@ -72,6 +72,7 @@
} }
} }
// Breakpoint Mixins // Breakpoint Mixins
// --------------------------------------------------------------------------------- // ---------------------------------------------------------------------------------

View File

@ -62,8 +62,6 @@ ion-input :focus {
opacity: 0; opacity: 0;
// background: red;
// opacity: .3;
contain: strict; contain: strict;
} }