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

Passing the Sass Variable Challenge without using the variable #14990

Closed
leofisG opened this issue May 22, 2017 · 1 comment
Closed

Passing the Sass Variable Challenge without using the variable #14990

leofisG opened this issue May 22, 2017 · 1 comment

Comments

@leofisG
Copy link

leofisG commented May 22, 2017

Challenge Name

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

Issue Description

I can pass the challenge without using the Sass Variable. The test suite dosen't seem to work well.

Browser Information

  • Browser Name, Version: Chrome
  • Operating System: Microsoft Windows 10
  • Mobile, Desktop, or Tablet: Desktop

Your Code

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

  
</style>

<h1 class="header">Learn Sass</h1>
<div class="blog-post">
  <h2>Some random title</h2>
  <p>This is a paragraph with some random text in it</p>
</div>
<div class="blog-post">
  <h2>Header #2</h2>
  <p>Here is some more random text.</p>
</div>
<div class="blog-post">
  <h2>Here is another header</h2>
  <p>Even more random text within a paragraph</p>
</div>

Screenshot

@systimotic
Copy link
Member

Hi @524119574! Thanks for reporting 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

3 participants