renamed _base.scss to _scaffolding.scss

This commit is contained in:
Adam Bradley
2013-09-18 13:23:56 -05:00
parent 1c1d10cfa6
commit af4b6975b0
3 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@
// Base
"ionic/reset",
"ionic/base",
"ionic/scaffolding",
"ionic/grid",
"ionic/type",

View File

@ -79,11 +79,6 @@ body {
border-radius: $border-radius-base;
}
// Remove tap highlight color on Safari
a {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.page, .full-section {
position: fixed;
top: 0;

View File

@ -16,6 +16,11 @@ p {
line-height: 1.4;
}
// Remove tap highlight color on Safari
a {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
// Emphasis & misc
// -------------------------