Skip to content

Commit a31b33c

Browse files
committed
Update other reference to PRing solutions
1 parent a7ba84a commit a31b33c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ If you have suggestions to improve an exercise, ideas for a new exercise, or not
2323
1. Once you successfully finish an exercise, check TOP's solution to compare it with yours.
2424
- You should not be checking the solution for an exercise until you finish it!
2525
- If your solution differs wildly from TOP's solution (and still passes the exercise's requirements), that's completely fine. Do feel free to ask about it in our Discord if there are parts you do not understand.
26-
1. Do not submit your solutions to this repo, as any PRs that do so will be closed without merging.
26+
27+
> [!IMPORTANT]
28+
> Do not submit your solutions to this repo, as any PRs that do so will be closed without merging.
2729
2830
## Some Hints
2931
- The official solutions put all changes at the _end_ of the CSS file, which may duplicate some selectors (e.g. there might be a `body {}` in the given CSS and another `body {}` in the solution). When you are working on an exercise, it is best practice to add your CSS to existing selectors instead of duplicating them at the end of the file. We're sacrificing this best practice in our official solutions to make it extra clear to you what things we changed to solve the exercise.

0 commit comments

Comments
 (0)