UNPKG

preline

Version:

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

32 lines (24 loc) 307 B
@custom-variant hs-carousel-active { &.active { @slot; } .active & { @slot; } } @custom-variant hs-carousel-disabled { &.disabled { @slot; } .disabled & { @slot; } } @custom-variant hs-carousel-dragging { &.dragging { @slot; } .dragging & { @slot; } }