rishabhsrao/voxel-hologram

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

Summary

Maintainability
Test Coverage
/*html*/#voxel .voxel-hologram__content .voxel-table {
  @include voxel-table();
}

@each $theme in $voxel-color__themes--supported {
  /*html*/#voxel .voxel-theme--#{$theme} .voxel-hologram__content .voxel-table {
    @include voxel-table__themes($theme);
  }
}