SASS challenges not working?

Does FCC not support SASS or something? I am going through the challenges, and nothing will pass. I dont believe I am messing up storing a value in a variable, or even the nesting challenge. I saw some were having troubles with it, but that was over a year ago. Is it not fixed yet?

Make sure that you’re using the most up to date version of Chrome or Firefox. Other browsers may not be able to execute the tests.

Another thing to look out for with the SASS challenges is that they are very particular. They work by matching your code to the expected text which means that leaving off spaces or semicolons will cause the test to fail even if the SASS is working.

1 Like

I apologize…I just updated chrome, and its working fine now. I could have sworn I updated when I had problems with the test buttons. I guess I was not paying attention when I thought I did it. Everything is working fine now.