mein-sterntours/resources/assets/vendor/libs/bootstrap-markdown/_mixins.scss
2018-10-29 09:15:36 +01:00

5 lines
102 B
SCSS
Executable file

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