Skip to content

05-descendant-combinator: Add full solution #159

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 26, 2022

Conversation

Micosaur
Copy link
Contributor

Complete the following REQUIRED checkboxes:

  • I have thoroughly read and understand The Odin Project Contributing Guide
  • The title of this PR follows the location of change: brief description of change format, e.g. 01-flex-center: Update self check

1. Because:

Closes #153

2. This PR:

  • Add other possible solutions comment to solutions.css file

@thatblindgeye thatblindgeye added the Status: Needs Review This issue/PR needs an initial or additional review label Mar 24, 2022
Comment on lines 6 to 14

/* Other possible combinations of selectors

div p
div .text
.container p

*/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couple of things:

  • Suggestion: changing line 8 to "Below are some other possible descendant combinators:"
  • The file just needs an empty new line at the end of it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My mind was stuck in the "imperative mood" due to git commits. Haha

@thatblindgeye thatblindgeye added Status: Awaiting Changes Waiting for requested changes to be made by the contributor and removed Status: Needs Review This issue/PR needs an initial or additional review labels Mar 24, 2022
@Micosaur
Copy link
Contributor Author

Added an empty new line at the end, but it doesn't show on github (Line 15). Please let me know if you see the changes on your end.

@thatblindgeye
Copy link
Contributor

Ah that's fine. I don't see the symbol warning about the lack of a new line in your latest changes so it's most likely good. Thank you for making this update!

@thatblindgeye thatblindgeye merged commit 303d653 into TheOdinProject:main Mar 26, 2022
Oussama5379 added a commit to Oussama5379/css-exercises that referenced this pull request Feb 1, 2025
05-descendant-combinator: Add full solution
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Awaiting Changes Waiting for requested changes to be made by the contributor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CSS Foundations Exercise 05-descendant-combinator: Add full solution
2 participants