Skip to content
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

Develop #5274

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Develop #5274

wants to merge 2 commits into from

Conversation

lucasschumann
Copy link

@lucasschumann lucasschumann commented Feb 3, 2025

DEMO LINK
TEST REPORT LINK

  • there 2 BEM blocks card and stars each in their own file
  • SCSS Nesting is used for elements, modifiers and pseudo-classes
  • SCSS Variables are used for main values and placed in a separate file
  • all stars--N modifiers work as expected (Highlight first N stars)
  • Code follows all the Code Style Rules ❗️

Copy link

@mateacademy-ai-mentor mateacademy-ai-mentor left a comment

Choose a reason for hiding this comment

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

Great job on your implementation! 🎉 Your code is well-structured and meets almost all the task requirements. The only thing missing is a separate SCSS variables file, which is a minor issue and doesn't impact the functionality. Keep up the good work, and consider adding that file for even better code organization in the future! 😊

✨ Please rate this review in the Platform's notification center. I will be grateful for your feedback! ✨

Copy link

@pedro-ruas pedro-ruas left a comment

Choose a reason for hiding this comment

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

Just a change in modifier usage

</div>
<div class="card__code">Product code: 195434</div>
<div class="card__reviews">
<div class="stars">

Choose a reason for hiding this comment

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

This should use the same styling as in Stars task.
This means, here should also have a modifier for stars--4

border-radius: 0.5px;
}

&__star:nth-child(-n + 4) {

Choose a reason for hiding this comment

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

Should be applied using a modifier, not as fixed styling

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants