Skip to content

Scss: Wrong color for variable when used in interpolation. #7

@Lisa-Williams

Description

@Lisa-Williams

Hi,
I just installed this color scheme.

There seems to be a problem with the coloring of variables when used for interpolation.
They are not colored white, but orange-red. (Screenshot.)

Could you tell me where to edit the color scheme?

Thx

Here is the code from the screenshot.

  $webfont-provider: '//fonts.googleapis.com/css?family=' !default;
  $webfont-family: 'Merriweather+Sans:400,300,300italic,400italic,700,700italic,800,800italic' !default;
  @import url(#{$webfont-provider}#{$webfont-family});

  %bg-dark {
    background-color: #000;
  }
  %bg-white{
    background-color: #FFF;
  }
  @mixin set-styles($arg) {
    @extend %bg-#{$arg};
  }
  .header {
    @include set-styles("dark");
  }

perv-color-scheme-interpolation-wrong-variable-color.pngt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions