chore(packages): move the packages to root

This commit is contained in:
Brandy Carney
2018-03-12 16:02:25 -04:00
parent 097f1a2cd3
commit d37623a2ca
1255 changed files with 38 additions and 38 deletions

View File

@ -0,0 +1,24 @@
@import "../../themes/ionic.globals";
ion-virtual-scroll {
position: relative;
display: block;
width: 100%;
contain: strict;
}
.virtual-loading {
opacity: 0;
}
.virtual-item {
@include position(0, 0, null, 0);
position: absolute;
transition-duration: 0ms;
will-change: transform;
}