haikal/staticfiles/scss/theme/mixins/_hover-focus.scss
2025-02-18 08:29:08 +00:00

7 lines
66 B
SCSS

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