You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
191B

  1. // Progress bars
  2. .progress-bar-variant(@color) {
  3. background-color: @color;
  4. // Deprecated parent class requirement as of v3.2.0
  5. .progress-striped & {
  6. #gradient > .striped();
  7. }
  8. }