rishabhsrao/voxel

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

Summary

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

@if($voxel-pill__include-classes) {
  .voxel-pills {
    @include voxel-pills();
  }

  .voxel-pills__item {
    @include voxel-pills__item();
  }

  /*a*/.voxel-pill {
    @include voxel-pill();
  }

  @each $theme in $voxel-color__themes--supported {
    .voxel-theme--#{$theme} /*a*/.voxel-pill {
      @include voxel-pill__themes($theme);
    }
  }

  /*html*/.voxel-csstransitions .voxel-pill {
    @include voxel-pill--with-transitions();
  }
}