fix(styles): Fix less lint error

This commit is contained in:
Juan Tejada 2016-02-04 18:19:26 -08:00
parent b0ac02058b
commit 682bae5e08

View file

@ -426,7 +426,7 @@ body.is-blurred {
display: block;
background: @component-active-color;
height:6px;
width: 0px; //overridden by style
width: 0; //overridden by style
transition: width 1000ms linear;
}
.indeterminate {