UNPKG

zurb-foundation-5

Version:

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

11 lines (9 loc) 291 B
{{#markdown}} ```scss .your-modal-class { @include reveal-modal-base($base-style, $width); } /* Control whether or not base styles are included, defaults to "true" */ $base-style: true; /* Control the width of each modal, defaults to 80% */ $width: $reveal-default-width; ``` {{/markdown}}