Lasse Jørgensen

Results 175 comments of Lasse Jørgensen

I suggest we give a different code example that doesn't involve double nesting. New code example: ``` .products { width: min(1400px, 90%); margin-inline: auto; } article { padding: 1rem; }...

@princesingh04 Why was this closed as completed? --- I think changing the example code to avoid any confusion with the double nesting might not be a bad idea.

This looks like something that can be fixed by "first-time" code contributors to this repository. The file that you should be looking at to work on a fix: https://github.com/freeCodeCamp/freeCodeCamp/blob/main/curriculum/challenges/english/03-front-end-development-libraries/sass/nest-css-with-sass.md Implement...

@pushkar707 The issue was opened up to first-time contributors. You do not need to ask for permission.

Pretty sure that has been there forever. It looks to be caused by running tests with the production builds of React. Maybe we can just use the dev builds. ```...

I'm pretty sure I have seen this error on other React (maybe React/Redux) challenges as well. I'm not sure if it is just because the prod build is smaller/faster or...

> The prompt does specifically say "Use dot notation for all properties where possible, otherwise use bracket notation." I was originally going to mention that specific part of the challenge...

I would suspect there are multiple instances of this throughout the curriculum seeing how good the browser is at ignoring and "fixing" errors in HTML. I'm not sure it is...

I would agree with that. But I would assume that's also more work than just removing the period at the end.

Are we even allowed/supposed to change the text? My suggestion would be the same as in the other issue, combine the steps. Also, we might want to add some of...