style(css): fix most scss lint errors

This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
Brandy Carney
2018-07-18 12:53:33 -04:00
gitea-unlock(16/)
parent 7d030ce27c
commit 094fde755c
octicon-diff(16/tw-mr-1) 58 changed files with 253 additions and 205 deletions

2
core/src/components/tabbar/tabbar.md.scss
View File

@@ -29,4 +29,4 @@ ion-scroll {
overflow: hidden;
flex: 1 0 auto;
}
}

6
core/src/components/tabbar/tabbar.scss
View File

@@ -13,8 +13,8 @@
width: 100%;
background: var(--background);
color: var(--color);
background: var(--background);
}
:host(.ion-color),
@@ -47,10 +47,10 @@
width: 1px;
height: 2px;
transform: translateZ(0);
background: currentColor;
transform: translateZ(0);
&.animated {
transition-duration: 300ms;
transition-property: transform;