@mixin cwui-table {
  @include foundation-table;

  tr td:not(:last-child),
  tr th:not(:last-child) {
    border-right: 1px solid smart-scale($table-background, $table-color-scale);
  }
}
