fix(styles): Fix less lint error

This commit is contained in:
Juan Tejada 2016-02-04 18:19:26 -08:00
parent 359487a132
commit c0e8dc7ccb

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 {