rustlanges-components 0.1.0

RustLangES components library
Documentation
1
2
3
4
5
6
7
8
9
10
11
@layer component {
  .dropdown-tree-end {
    @apply shadow-brutal grid h-fit w-full rounded-xl border border-black px-4 py-2.5 text-left;
    @apply bg-secondary-50 text-neutral-950;
    @apply dark:bg-secondary-950 dark:text-neutral-50;

    & > span:first-child {
      @apply flex items-center justify-between;
    }
  }
}