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.

styles.scss 173B

123456789101112
  1. @import "../valo/valo.scss";
  2. @mixin karaftesttheme {
  3. @include valo;
  4. .v-button {
  5. color: rgba(255, 128, 128, 1)
  6. }
  7. }
  8. .karaftesttheme {
  9. @include karaftesttheme;
  10. }