Files
everything/EveryThing/wwwroot/vendor/libs/bootstrap-markdown/_mixins.scss
David Štaleker db0cc8d3de prvi
2025-07-18 05:33:16 +02:00

6 lines
102 B
SCSS

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