1 2 3 4 5 6 7 8 9 10
@import "@rustlanges/styles"; @theme { --breakpoint-case: 40rem; --container-case: calc(var(--container-xs) * 2); } html { @apply bg-light dark:bg-dark text-black dark:text-white; }