liuxiaolong
2019-05-06 770c069996e1d2979c1170c1639c18b02d07e72f
1
2
3
4
5
@mixin dropzone-theme($border) {
  .dropzone.dz-drag-hover {
    border-color: $border !important;
  }
}