Challenge store-data-with-sass-variables has an issue.
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36.
Please describe how to reproduce this issue, and include links to screenshots if possible.
I am getting an error for the last 2 parts of the challenge (Your .blog-post element should have a color of red.) and (Your h2 elements should have a color of red.) The variable seems to be buggy
<style>
$text-color:red;
.header{
text-align: center;
}
.blog-post h2 {
color: $text-color;
}
</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>
@jowaynejosephs thanks for the issue. Yes, there seems to be something wrong with the use of the variable and how it is being translated. But I'm not sure how to fix it. I'll leave this open for others to investigate as well.

I am also getting the same issue with chrome on a Linux-mint community.
Same. in Chrome win7.
Have workaround :
.blog-post, h2 {
color: $text-color;
color: red; /* This is just a workaround to pass lesson untill tests will be corrected. */
}
Hi all! Thanks for reporting and looking into this issue. I'm closing this as a duplicate of #12699. Happy coding!
I am getting the same error:
Your .blog-post element should have a color of red.) and (Your h2 elements should have a color of red.
I have same problem with this challenge.
Delete the type of style; I tried it and it works!
I am getting the error:
Your .blog-post element should have a color of red.) and (Your h2 elements should have a color of red
I used the work-arounds described above, and was able to complete the challenge.
But I can't complete the problem. Can you help me
On Sun, 12 Aug 2018, 17:58 Fanon316, notifications@github.com wrote:
I used the work-arounds described above, and was able to complete the
challenge.—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/freeCodeCamp/freeCodeCamp/issues/14500#issuecomment-412339418,
or mute the thread
https://github.com/notifications/unsubscribe-auth/Ac7mj1qn0mFmVs98r6Z6kdt_0k-3Hqlsks5uQB9fgaJpZM4NCOFX
.
I will be glad to assist. What code have you written for the challenge?
Actually which questions is asked I completely according that I code. But
after run test it's shows 2 things which is not completed.
On Sun, 12 Aug 2018, 21:32 Fanon316, notifications@github.com wrote:
I will be glad to assist. What code have you written for the challenge?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/freeCodeCamp/freeCodeCamp/issues/14500#issuecomment-412352436,
or mute the thread
https://github.com/notifications/unsubscribe-auth/Ac7mj83jxvd6aHM5lG1i_RjiI1LdDrvUks5uQFGygaJpZM4NCOFX
.
Can I send u code tommorow. Is it OK to help me? Because now its not
possible to send because I'm in outside.
On Sun, 12 Aug 2018, 21:32 Fanon316, notifications@github.com wrote:
I will be glad to assist. What code have you written for the challenge?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/freeCodeCamp/freeCodeCamp/issues/14500#issuecomment-412352436,
or mute the thread
https://github.com/notifications/unsubscribe-auth/Ac7mj83jxvd6aHM5lG1i_RjiI1LdDrvUks5uQFGygaJpZM4NCOFX
.
@varshap22 Github Issues aren't used for support queries. It's used to report issues with the codebase.
Please use the freeCodeCamp Forum or the freeCodeCamp Gitter for support questions.
Please stop posting on old issues.