Having Troubles with Store Data with Sass Variables Challenge

I’ve tried with Chrome, hard reloading and cleaning the cache and also on Microsoft but nothing worked

Tell us what’s happening:

Your code so far


<style type='text/sass'>
   $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>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/front-end-libraries/sass/store-data-with-sass-variables/

Look at this github issue,

Enough! I don’t have Mozilla installed, I won’t waste any more time, knowing the answer is correct is enough at the moment. I’ll skip all the challenges that don’t work.

Ahh, yess…Better!:joy::joy:

I used Mozilla and it worked.

Yep, it worked for me , i’m on mozilla too