haikal/staticfiles/scss/theme/mixins/_hover-focus.scss

7 lines
66 B
SCSS

@mixin hover-focus() {
&:hover,
&:focus {
@content;
}
}