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

feat(biome_css_analyzer): implement function-linear-gradient-no-nonstandard-direction #2911

Merged

Conversation

mdm317
Copy link
Contributor

@mdm317 mdm317 commented May 18, 2024

Closes #2808

Summary

implements function-linear-gradient-no-nonstandard-direction

Test Plan

Add test cases

@github-actions github-actions bot added A-Project Area: project L-CSS Language: CSS A-Diagnostic Area: diagnostocis labels May 18, 2024
Copy link

codspeed-hq bot commented May 18, 2024

CodSpeed Performance Report

Merging #2911 will not alter performance

Comparing mdm317:feat/no-invalid-direction-in-linear-gradient (2c255cb) with main (f8786aa)

Summary

✅ 90 untouched benchmarks

@mdm317 mdm317 requested a review from ematipico May 27, 2024 07:56
Copy link
Contributor Author

@mdm317 mdm317 left a comment

Choose a reason for hiding this comment

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

@ematipico
I removed the existing regular expressions that were used for case-insensitive matching.
I left the remaining regular expressions because I think implementing them without regex would be challenging and complex.
Should I also remove these remaining regular expressions?
Could you provide some advice on this?

@mdm317 mdm317 requested a review from ematipico June 17, 2024 00:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Diagnostic Area: diagnostocis A-Project Area: project L-CSS Language: CSS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

📎 Implement function-linear-gradient-no-nonstandard-direction
3 participants