Fix scss linting

This commit is contained in:
Paul Kaplan 2018-10-24 11:45:17 -04:00
parent faf3f49c50
commit 2c5efbda50

View file

@ -71,9 +71,9 @@
&.highlighted-comment:before { &.highlighted-comment:before {
position: absolute; position: absolute;
top: -0.5rem; top: -.5rem;
left: -0.5rem; left: -.5rem;
border-radius: 0.5rem; border-radius: .5rem;
background: $ui-blue-10percent; background: $ui-blue-10percent;
width: calc(100% + 1rem); width: calc(100% + 1rem);
height: 100%; height: 100%;