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 #3953

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

Develop #3953

wants to merge 2 commits into from

Conversation

RiTAnd
Copy link

@RiTAnd RiTAnd commented Nov 18, 2024

  • Changing 'month-lengh' and 'start-day' modifier in the code element
    reflects in changing calendar layout
  • Each day has no modifiers, only class (eg. calendar__day)
  • All Typical Mistakes from BEM lesson theory are checked.
  • 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 meeting the task requirements! 🎉 The calendar is well-structured and styled, and you've effectively used SCSS features to enhance maintainability. Just a small tip: double-check the arithmetic operations in your SCSS to ensure they're interpreted correctly during compilation. Keep up the great work! 🚀

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

padding: $padding-size;
flex-wrap: wrap;
gap: $gap-size;
width: $col-count * $cell-size + 6 * $gap-size + 2 * $padding-size;

Choose a reason for hiding this comment

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

The calculation for the width of the calendar is correct, but ensure that the arithmetic operations are properly interpreted during SCSS compilation. If there are issues, consider using parentheses to clarify the order of operations.

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