chore(sass): fix Sass linter errors

This commit is contained in:
Brandy Carney
2016-04-07 14:10:59 -04:00
parent 80109b8df1
commit 025b176c18
3 changed files with 5 additions and 3 deletions

View File

@ -24,6 +24,8 @@
ion-fixed { ion-fixed {
position: absolute; position: absolute;
transform: translateZ(0);
z-index: $z-index-fixed-content; z-index: $z-index-fixed-content;
transform: translateZ(0);
} }

View File

@ -39,7 +39,7 @@ ion-segment {
color: $segment-button-wp-text-color-activated; color: $segment-button-wp-text-color-activated;
background-color: $segment-button-wp-background-color; background-color: $segment-button-wp-background-color;
opacity: $segment-button-wp-opacity; opacity: $segment-button-wp-opacity;
&.segment-activated { &.segment-activated {
opacity: $segment-button-wp-opacity-activated; opacity: $segment-button-wp-opacity-activated;
} }

View File

@ -192,7 +192,7 @@
$color-contrast: color-inverse($color-value); $color-contrast: color-inverse($color-value);
} }
$colors-list: append($colors-list, ( $color-name, $color-base, $color-contrast ), comma); $colors-list: append($colors-list, ($color-name, $color-base, $color-contrast), comma);
} }
@return $colors-list; @return $colors-list;