style(scss): each selector should have its own line

This commit is contained in:
Adam Bradley
2014-03-24 17:29:00 -05:00
parent cb15fd73cd
commit 19c491483f

View File

@@ -10,7 +10,8 @@
@include box-sizing(border-box);
}
body, .ionic-body {
body,
.ionic-body {
@include touch-callout(none);
@include font-smoothing(antialiased);
@include text-size-adjust(none);
@@ -309,7 +310,8 @@ ion-infinite-scroll.active .scroll-infinite {
.view {
z-index: $z-index-view;
}
.pane, .view {
.pane,
.view {
position: absolute;
top: 0;
right: 0;