rishabhsrao/voxel-hologram

View on GitHub
app/styles/components/scaffolding/_component.scss

Summary

Maintainability
Test Coverage
/*html*/#voxel .voxel-hologram__content *,
/*html*/#voxel .voxel-hologram__content *:before,
/*html*/#voxel .voxel-hologram__content *:after {
  @include box-sizing($voxel-scaffolding__box-sizing);
}

// Do not style `body` because we do not want to touch the user's styles.
// Instead style everything inside `.voxel-hologram__content` only. That's ours.
/*html*/#voxel .voxel-hologram__content {
  background-color: $voxel-scaffolding__body__background-color;
}

// scss-lint:disable MergeableSelector
/*html*/#voxel .voxel-hologram__content hr {
  @include voxel-scaffolding__hr();
}
// scss-lint:enable MergeableSelector