@charset "utf-8";

@mixin mobile() {

  html[data-type = "mobile"] & {
    @content;
  }
}
