mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(gulp): update core task to run done on compile
This commit is contained in:
@@ -7,13 +7,15 @@
|
||||
|
||||
|
||||
ion-icon {
|
||||
visibility: inherit !important;
|
||||
|
||||
display: inline-block;
|
||||
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
ion-icon.hydrated {
|
||||
visibility: inherit;
|
||||
}
|
||||
|
||||
ion-icon[small] {
|
||||
min-height: 1.1em;
|
||||
|
||||
|
||||
@@ -709,7 +709,6 @@ export interface VNodeData {
|
||||
on?: any;
|
||||
vkey?: Key;
|
||||
vns?: string; // for SVGs
|
||||
[key: string]: any; // for any other 3rd party module
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user