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`.**

10 lines (9 loc) 245 B
{{#markdown}} ```scss /* The style mixin - It has no options other than variables to make global changes */ .your-class-name { @include dropdown-container($content, $triangle, $max-width); li { @include dropdown-style; } } ``` {{/markdown}}