rustlanges-components 0.1.0

RustLangES components library
Documentation
1
2
3
4
5
6
7
8
9
@layer components {
  .rustlanges-collaborators {
    @apply flex h-12 w-full items-center justify-between;
  }

  .rustlanges-collaborators__avatars {
    @apply flex w-fit items-center;
  }
}