UNPKG

preline

Version:

Preline UI is an open-source set of prebuilt UI components based on the utility-first Tailwind CSS framework.

38 lines (29 loc) 360 B
@custom-variant hs-selected { &.selected { @slot; } .selected & { @slot; } } @custom-variant hs-select-disabled { &.disabled { @slot; } .disabled & { @slot; } } @custom-variant hs-select-active { &.active { @slot; } .active & { @slot; } } @custom-variant hs-select-opened { &.opened { @slot; } }