rishabhsrao/voxel

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

Summary

Maintainability
Test Coverage
@import "settings";
@import "mixins";
@import "documentation";

@if($voxel-table__include-classes) {
  .voxel-table {
    @include voxel-table();
  }

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