@charset "utf-8";

@mixin ios {

  html[data-osname = "ios"] & {

    @content;
  }
}
