rename scss extensions dir to modes

This commit is contained in:
Adam Bradley
2015-08-12 10:18:22 -05:00
parent 01d8276920
commit 41f58f87bb
28 changed files with 25 additions and 25 deletions

View File

@@ -0,0 +1,20 @@
// iOS Content
// --------------------------------------------------
/*$content-container-ios-background-color: #000 !default;
$content-ios-background-color: #efeff4 !default;
.nav[mode=ios].show-pane {
.content-container {
background-color: $content-container-ios-background-color;
}
ion-content {
background-color: $content-ios-background-color;
}
}
*/