Skip to content

Commit ccf81f2

Browse files
committed
components/LoadingSpinner.scss: add #9 todo
1 parent 7a2631d commit ccf81f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/LoadingSpinner.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ $size: 30px;
66

77
.spinner {
88
position: relative;
9+
// TODO: #9: address build warnings
910
top: calc(50% - math.div(#{$size}, 2));
1011
left: calc(50% - math.div(#{$size}, 2));
1112
width: $size;

0 commit comments

Comments
 (0)