Version 1
[yaffs-website] / vendor / twbs / bootstrap-sass / assets / stylesheets / bootstrap / mixins / _progress-bar.scss
diff --git a/vendor/twbs/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_progress-bar.scss b/vendor/twbs/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_progress-bar.scss
new file mode 100644 (file)
index 0000000..90a62af
--- /dev/null
@@ -0,0 +1,10 @@
+// Progress bars
+
+@mixin progress-bar-variant($color) {
+  background-color: $color;
+
+  // Deprecated parent class requirement as of v3.2.0
+  .progress-striped & {
+    @include gradient-striped;
+  }
+}