fix(sass): rename brightness/inverse sass functions

Prefix custom sass color functions with color-
Closes #5542
This commit is contained in:
Adam Bradley
2016-02-20 20:34:59 -06:00
parent 27eacd4e0d
commit 892b0071cb
17 changed files with 39 additions and 39 deletions

View File

@ -100,7 +100,7 @@ ion-checkbox {
border-color: $bg-on;
.checkbox-inner {
border-color: inverse($bg-on);
border-color: color-inverse($bg-on);
}
}

View File

@ -115,7 +115,7 @@ ion-checkbox + .item-inner ion-label {
border-color: $bg-on;
.checkbox-inner {
border-color: inverse($bg-on);
border-color: color-inverse($bg-on);
}
}