UNPKG

zurb-foundation-5

Version:

Foundation 5 for npm (no code modification from original repo)

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}}