Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 06c60af

Browse files
committed
fix(progressLinear): Remove extra semi-colon from SCSS.
There was a single extra semi-colon in the SCSS for the progress linear. Fix by removing it. Fixes #5260.
1 parent 639ae5e commit 06c60af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/progressLinear/progress-linear.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ md-progress-linear {
1717
width:100%;
1818
height: $progress-linear-bar-height;
1919

20-
transform: translate(0, 0) scale(1, 1);;
20+
transform: translate(0, 0) scale(1, 1);
2121

2222
.md-bar {
2323
position: absolute;

0 commit comments

Comments
 (0)