@mixin hasHover() {
    @content;
    
    &\:hvr:hover {
        @content;
    }
}
