Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Lisa-Williams opened this issue Dec 27, 2013 · 1 comment
Open

Comments

@Lisa-Williams
Copy link

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

@mickimnet
Copy link

Thank you for letting me know. I'll take a look in the next couple of days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants