@charset "utf-8";

@mixin onboardgpu() {

  html[data-onboardgpu = "true"] & {
    @content;
  }
}
