Describe your problem and how to reproduce it:
Screen continually freezes when I try to do the @while challenge for sass. No matter how many times I close the page and then re-open, it freezes.
Add a Link to the page with the problem:
https://learn.freecodecamp.org/front-end-libraries/sass/apply-a-style-until-a-condition-is-met-with-while
Tell us about your browser and operating system:
If possible, add a screenshot here (you can drag and drop, png, jpg, gif, etc. in this box):

I was finally able to do the challenge using Firefox. I am surprised Chrome let me down.
@pulamusic according to the screenshot, you haven鈥檛 incremented the variable x so it ends up in an infinite loop and freezes your browser. I鈥檓 not sure how you passed in Firefox with the above code, so could you post a screenshot or copy of your code you used in Firefox here?
Add ?run=disabled to the end of your link for it to stop automatic execution. Please close this issue
@Nirajn2311 - the problem is that the code auto-runs before the user has finished typing. If they write out the solution line-by-line in order the browser will freeze unless they type very quickly.
sounds like the issue is resolved for user and workarounds have been given. Issue is related to user's code and not the challenge. Infinite loops are very common in coding.
We have been getting complaints about this in the forum for months (this is the latest of a number of Issues created).
here is a forum post if it helps?
https://www.freecodecamp.org/forum/t/disable-code-auto-run-on-free-code-camp/19511
Most helpful comment
@Nirajn2311 - the problem is that the code auto-runs before the user has finished typing. If they write out the solution line-by-line in order the browser will freeze unless they type very quickly.