@mixin theme() {
  .x-divider {
    width: 100%;
    border-top: 1px solid var(--color-bg-accent);
  }
}
