UNPKG

foundation-sites-5

Version:

**This package is only for versions 5 and earlier of Foundation. As of version 6, the package has a new name: `foundation-sites`.**

16 lines (15 loc) 411 B
{{#markdown}} ```scss /* Using the default styles */ .your-class-name { @include button; @include dropdown-button; } ``` {{/markdown}} <a href="" data-dropdown="drop7 "class="dropdown button">Default Dropdown Button</a> <ul id="drop7" data-dropdown-content class="f-dropdown"> <li><a href="#">This is a link</a></li> <li><a href="#">This is another</a></li> <li><a href="#">Yet another</a></li> </ul>