```scss
$include-html-media-classes: $include-html-classes;
-// We use this to se the prog bar height
+// We use this to set the prog bar height
$progress-bar-height: rem-calc(25);
$progress-bar-color: transparent;
$progress-meter-success-color: $success-color;
$progress-meter-alert-color: $alert-color;
```
-{{/markdown}}
\ No newline at end of file
+{{/markdown}}
// $include-html-media-classes: $include-html-classes;
-// We use this to se the prog bar height
+// We use this to set the prog bar height
// $progress-bar-height: rem-calc(25);
// $progress-bar-color: #f6f6f6 ;