Files
everything2/EveryThing/wwwroot/vendor/libs/bootstrap-markdown/_mixins.scss
David Štaleker 03b92525d7 Prvi commit
2023-05-12 09:00:07 +02:00

6 lines
102 B
SCSS

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