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

The code seems right to me but the test fails #15294

Closed
carpben opened this issue Jun 10, 2017 · 6 comments
Closed

The code seems right to me but the test fails #15294

carpben opened this issue Jun 10, 2017 · 6 comments

Comments

@carpben
Copy link

carpben commented Jun 10, 2017

The code seems fine to me but the test fails.

Challenge Name

http://beta.freecodecamp.com/en/challenges/sass/store-data-with-sass-variables

Browser Information

Chrome, Windows 10

Screenshot

image

Is it Test Suite related?

@awareness481
Copy link

awareness481 commented Jun 12, 2017

Potentially related to #14990 (uncofirmed).
.blog-post h2 color seems to only change when using plain css ex: text-color: red;

Edit: I can pass the challenge using the code in #14990 and I can't pass using sass variables. This two issues seem almost certainly to be caused by the same problem.

@jantonioavalos
Copy link

jantonioavalos commented Jun 14, 2017

The same case with me...
I used a similar code to #14990:

<style>
  $text-color: red;
  
  .header{
    text-align: center;
  }
  .blog-post {
    color: $text-color;
    color: red;
  }
</style>

@jmintb
Copy link

jmintb commented Jun 19, 2017

I have encountered the same issue on chromium arch linux.

@alicankaralar
Copy link

alicankaralar commented Jun 22, 2017

same here

macOS 10.12.5
chrome Version 59.0.3071.104 (Official Build) (64-bit)

@gregorywong
Copy link

Same here.

macOS 10.11.6
Chrome Version 59.0.3071.115 (Official Build) (64-bit)

@systimotic
Copy link
Member

Hi all! Thanks for reporting and looking into this issue. I'm closing this as a duplicate of #12699. Happy coding!

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

8 participants