Browse code

Created repository.

DoubleBastionAdmin authored on 02/03/2022 00:26:46
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,10 @@
1
+// Progress bars
2
+
3
+.progress-bar-variant(@color) {
4
+  background-color: @color;
5
+
6
+  // Deprecated parent class requirement as of v3.2.0
7
+  .progress-striped & {
8
+    #gradient > .striped();
9
+  }
10
+}