UNPKG

@dknight/puff

Version:

Full-featured, lightweight CSS framework that maintained

15 lines (12 loc) 209 B
.dropdown { position: relative; } .dropdown-menu { background: var(--c-surf); display: none; } .dropdown.open > .dropdown-menu { display: block; position: absolute; transform: translateY(7px); }