salix/front/core/styles/util.scss

7 lines
96 B
SCSS

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