@mixin browser($browser) {
    html[data-browser*="#{$browser}"] & {
        @content;
    }
}