Commit 8fa19571 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Refactor box-shadow style for sidebar to satisfy css lint

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 454e6c7b
......@@ -17,7 +17,7 @@
height: 100%;
overflow: hidden;
transition: width $sidebar-transition-duration;
@include box-shadow(2px 0px 16px 0px #bbb);
@include box-shadow(2px 0 16px 0 #bbb);
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment