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

Allow numeric characters in property names #82

Merged
merged 1 commit into from
Jun 19, 2023
Merged

Conversation

hugopeek
Copy link
Contributor

With the (possible) addition of validating CSS variables, property names could also contain numeric characters.

Something like --vertical-rhythm-3 is perfectly valid, but this is currently blocked by the final regex check.

@codecov
Copy link

codecov bot commented Jun 17, 2023

Codecov Report

Merging #82 (7960a36) into main (9a04d83) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##               main      #82   +/-   ##
=========================================
  Coverage     95.73%   95.73%           
  Complexity      146      146           
=========================================
  Files             4        4           
  Lines           399      399           
=========================================
  Hits            382      382           
  Misses           17       17           
Impacted Files Coverage Δ
src/CssLint/Linter.php 94.96% <100.00%> (ø)

@neilime neilime merged commit 9f4575f into neilime:main Jun 19, 2023
@neilime
Copy link
Owner

neilime commented Jun 19, 2023

Thank you @hugopeek for your contribution

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