@charset "utf-8";

@mixin macos {

  html[data-osname = "mac-os"] & {

    @content;
  }
}
