salix/front/core/styles/util.scss

7 lines
96 B
SCSS
Raw Normal View History

2019-10-18 19:36:30 +00:00
@mixin browser($browser) {
html[data-browser*="#{$browser}"] & {
@content;
}
}