/*
 * A stack of `FileRow`s and nothing else — the rows own their own beat, so all
 * this owns is the space between them, which is a prop and therefore data.
 */
@layer theme, base, lotics, components, utilities;
@layer lotics.tokens, lotics.reset, lotics.components;

@layer lotics.components {
  .lotics-file-rows {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 0;
    gap: var(--lotics-file-rows-gap);
  }
}
