关于sass/less的cases
1.less中calc应该如何写?
width: calc(~"100% - 110px");
2.firefox css work
@-moz-document url-prefix() {
.owl-next {
bottom: auto;
}