Skip to content

Commit 774ce47

Browse files
committed
Fix scss lint number-max-precision error
Expected "1.31578947368" to be "1.3158"
1 parent a318801 commit 774ce47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/assets/stylesheets/components/_download-link.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
.app-c-download-link__icon {
1313
margin-right: .5em;
14-
height: 1.31578947368em; // 25 / 19
15-
width: 1.31578947368em;
14+
height: 1.3158em; // 25 / 19
15+
width: 1.3158em;
1616
vertical-align: middle;
1717
}

0 commit comments

Comments
 (0)