UNPKG

@konstructio/ui

Version:

A set of reusable and customizable React components built for konstruct.io

16 lines (13 loc) 503 B
@custom-variant light (&:where([data-theme=light], [data-theme=light] *)); @custom-variant dark (&:where([data-theme=dark], [data-theme=dark] *)); @custom-variant kubefirst (&:where([data-theme=kubefirst], [data-theme=kubefirst] *)); @custom-variant kubefirst-dark (&:where([data-theme=kubefirst-dark], [data-theme=kubefirst-dark] *)); @layer components { .scrollbar-none { scrollbar-width: none; -ms-overflow-style: none; } .scrollbar-none::-webkit-scrollbar { display: none; } }