@use '../../variables' as *;
.grid {
  --cell-height: 32px;
  .row {
    height: var(--cell-height);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
