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

Fix for :nth-child(n+B) #55

Closed
wants to merge 2 commits into from
Closed

Fix for :nth-child(n+B) #55

wants to merge 2 commits into from

Conversation

super-dm3
Copy link
Contributor

@super-dm3 super-dm3 commented Nov 6, 2024

Pull Request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no API changes)
  • Build-related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

:nth-child(n+B) selects only B-th element

Issue Number: N/A

What is the new behavior?

:nth-child(n+B) selects B-th and all the following elements.
See: https://developer.mozilla.org/en-US/docs/Web/CSS/:nth-child#nth-childn7

Does this introduce a breaking change?

  • Yes
  • No

Other information

Copy link

codecov bot commented Nov 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.29%. Comparing base (6f8813c) to head (843ebe2).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main      #55   +/-   ##
=========================================
  Coverage     89.28%   89.29%           
- Complexity     1349     1352    +3     
=========================================
  Files            26       26           
  Lines          3127     3129    +2     
=========================================
+ Hits           2792     2794    +2     
  Misses          335      335           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@super-dm3 super-dm3 closed this Nov 6, 2024
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.

1 participant