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) • 383 B
CSS
@custom-variant hs-password-active {
&.active {
@slot;
}
.active & {
@slot;
}
}
@custom-variant hs-strong-password {
&.passed {
@slot;
}
.passed & {
@slot;
}
}
@custom-variant hs-strong-password-accepted {
&.accepted {
@slot;
}
.accepted & {
@slot;
}
}
@custom-variant hs-strong-password-active {
&.active {
@slot;
}
}