UNPKG

flyonui

Version:

The easiest, free and open-source Tailwind CSS component library with semantic classes.

36 lines (29 loc) 369 B
@custom-variant password-active { &.active { @slot; } .active & { @slot; } } @custom-variant strong-password { &.passed { @slot; } .passed & { @slot; } } @custom-variant strong-password-accepted { &.accepted { @slot; } .accepted & { @slot; } } @custom-variant strong-password-active { &.active { @slot; } }