funkwhale/front/src/style/inc/docs.scss

10 lines
97 B
SCSS

@import "./theme.scss";
@mixin docs {
@if $docs {
.vp-doc & {
@content;
}
}
}