@import '../../src/scss/vars';
@import '../../src/scss/mixins';
@import '../../src/scss/animate';

.ymu-checkbox-group {
  .ymu-checkbox-cell:last-child {
    &::after {
      display: none;
    }
  }
}
