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

8 lines
72 B
SCSS

@mixin docs {
@if $docs {
.vp-doc & {
@content;
}
}
}