@mixin bs-markdown-theme($border) {
  .md-editor.active {
    border-color: $border !important;
  }
}
