No Description
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.

spinkit.scss 205B

123456789101112
  1. @import "../../scss/_bootstrap-extended/include";
  2. @import "spinkit/spinkit";
  3. :root {
  4. --sk-size: 30px;
  5. --sk-color: var(--#{$prefix}primary);
  6. }
  7. .sk-wave {
  8. inline-size: 40px;
  9. white-space: nowrap;
  10. }