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

add task solution #4910

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

add task solution #4910

wants to merge 1 commit into from

Conversation

thshnhta
Copy link

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! 🎉 The code is functional and meets the requirements. While there are some suggestions regarding BEM naming conventions, they are minor and do not affect the functionality. Keep up the good work and consider these suggestions for future improvements!

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

border-radius: $border-radius;
background-color: #fff;

&__image {

Choose a reason for hiding this comment

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

The BEM naming convention suggests using a single underscore for element names, like &-image instead of &__image. Consider changing this to maintain consistency with BEM.

margin-bottom: 40px;
}

&__title {

Choose a reason for hiding this comment

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

The BEM naming convention suggests using a single underscore for element names, like &-title instead of &__title. Consider changing this to maintain consistency with BEM.

margin-bottom: 4px;
}

&__product-code {

Choose a reason for hiding this comment

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

The BEM naming convention suggests using a single underscore for element names, like &-product-code instead of &__product-code. Consider changing this to maintain consistency with BEM.

margin-bottom: 16px;
}

&__reviews {

Choose a reason for hiding this comment

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

The BEM naming convention suggests using a single underscore for element names, like &-reviews instead of &__reviews. Consider changing this to maintain consistency with BEM.

margin-bottom: 24px;
}

&__reviews-count {

Choose a reason for hiding this comment

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

The BEM naming convention suggests using a single underscore for element names, like &-reviews-count instead of &__reviews-count. Consider changing this to maintain consistency with BEM.

text-align: right;
}

&__price {

Choose a reason for hiding this comment

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

The BEM naming convention suggests using a single underscore for element names, like &-price instead of &__price. Consider changing this to maintain consistency with BEM.

margin-bottom: 16px;
}

&__price-text {

Choose a reason for hiding this comment

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

The BEM naming convention suggests using a single underscore for element names, like &-price-text instead of &__price-text. Consider changing this to maintain consistency with BEM.

font-weight: 400;
}

&__price-value {

Choose a reason for hiding this comment

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

The BEM naming convention suggests using a single underscore for element names, like &-price-value instead of &__price-value. Consider changing this to maintain consistency with BEM.

color: $main-text-color;
}

&__button {

Choose a reason for hiding this comment

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

The BEM naming convention suggests using a single underscore for element names, like &-button instead of &__button. Consider changing this to maintain consistency with BEM.

transition: all 0.2s ease;
}

&__button:hover {

Choose a reason for hiding this comment

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

The BEM naming convention suggests using a single underscore for element names, like &-button:hover instead of &__button:hover. Consider changing this to maintain consistency with BEM.

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.

2 participants