Skip to content

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

2 participants