{{#markdown}} ```scss /* Using the available options */ .your-class-name { @include sub-nav($font-color, $font-size, $active-bg); } /* Control the color of the divider between links */ $font-color: $sub-nav-font-color; /* Control your font-size per label */ $font-size: $sub-nav-font-size; /* Change the background color for your labels */ $active-bg: $sub-nav-active-bg; ``` {{/markdown}}