-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
base: master
Are you sure you want to change the base?
Develop #5274
Conversation
There was a problem hiding this 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! ✨
fe3ac2a
to
4f12f10
Compare
There was a problem hiding this 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"> |
There was a problem hiding this comment.
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) { |
There was a problem hiding this comment.
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
DEMO LINK
TEST REPORT LINK