From 19c491483fb6b3f4c0f2582df39b4529540149d7 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Mon, 24 Mar 2014 17:29:00 -0500 Subject: [PATCH] style(scss): each selector should have its own line --- scss/_scaffolding.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scss/_scaffolding.scss b/scss/_scaffolding.scss index 1e861ecbe6..ae765f41ea 100644 --- a/scss/_scaffolding.scss +++ b/scss/_scaffolding.scss @@ -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;