Skip to content

Commit 025b176

Browse files
committed
chore(sass): fix Sass linter errors
1 parent 80109b8 commit 025b176

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

ionic/components/content/content.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424

2525
ion-fixed {
2626
position: absolute;
27-
transform: translateZ(0);
27+
2828
z-index: $z-index-fixed-content;
29+
30+
transform: translateZ(0);
2931
}

ionic/components/segment/segment.wp.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ion-segment {
3939
color: $segment-button-wp-text-color-activated;
4040
background-color: $segment-button-wp-background-color;
4141
opacity: $segment-button-wp-opacity;
42-
42+
4343
&.segment-activated {
4444
opacity: $segment-button-wp-opacity-activated;
4545
}

ionic/util/functions.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
$color-contrast: color-inverse($color-value);
193193
}
194194

195-
$colors-list: append($colors-list, ( $color-name, $color-base, $color-contrast ), comma);
195+
$colors-list: append($colors-list, ($color-name, $color-base, $color-contrast), comma);
196196
}
197197

198198
@return $colors-list;

0 commit comments

Comments
 (0)