@use "./mixins";

@layer components {
  legend {
    @include mixins.legend-base();
    > * {
      margin-bottom: 0;
    }
  }
}
