style(sass): remove all PropertySortOrder errors from linter

references #5797
This commit is contained in:
Brandy Carney
2016-03-14 15:56:19 -04:00
parent 131c8c366a
commit d3d689ae11
77 changed files with 536 additions and 8 deletions

View File

@ -13,6 +13,7 @@ ion-action-sheet {
left: 0;
z-index: $z-index-overlay;
display: block;
width: $action-sheet-width;
height: $action-sheet-width;
}
@ -24,9 +25,12 @@ ion-action-sheet {
left: 0;
z-index: $z-index-overlay-wrapper;
display: block;
margin: auto;
width: $action-sheet-width;
max-width: $action-sheet-max-width;
transform: translate3d(0, 100%, 0);
}