{{#markdown}} ```scss @include prefix($bg, $is-button); /* Control the background color, which also effect the border and font color */ $bg: $input-prefix-bg; /* If you prefix or postfix element is a button, make sure to set this to true */ $is-button: false; ``` {{/markdown}}