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