fix scss whitespace

This commit is contained in:
Ron Rennick 2019-02-14 15:31:20 -04:00
parent f5efd10638
commit 41251c3e9c
1 changed files with 2 additions and 2 deletions

View File

@ -158,12 +158,12 @@
.focus-grid { .focus-grid {
line { line {
stroke: rgba( 0, 0, 0, 0.1 ); stroke: rgba(0, 0, 0, 0.1);
stroke-width: 1px; stroke-width: 1px;
} }
} }
.barfocus { .barfocus {
fill: rgba( 0, 0, 0, 0.1 ); fill: rgba(0, 0, 0, 0.1);
} }
} }