@charset "utf-8";

@mixin android {

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

    @content;
  }
}
