{{#markdown}} ```scss $include-html-label-classes: $include-html-classes; // We use these to style the labels $label-padding: rem-calc(3 10 4); $label-radius: $global-radius; // We use these to style the label text $label-font-sizing: rem-calc(14); $label-font-weight: bold; $label-font-color: #333; $label-font-color-alt: #fff; ``` {{/markdown}}