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(biome_css_parser): fixed css @document parser error #4342

Closed
wants to merge 2 commits into from

Conversation

eryue0220
Copy link
Contributor

Summary

Closed: #4258

Test Plan

Add test cases:

@-moz-document url-prefix() {}
@-moz-document url-prefix("https://www.example.com/") {}
@-moz-document url-prefix() {
	body {
		background-color: green;
	}
}
@-moz-document url-prefix("https://www.example.com/") {
	body {
		background-color: green;
	}
}

@github-actions github-actions bot added A-Parser Area: parser L-CSS Language: CSS A-Changelog Area: changelog labels Oct 20, 2024
Copy link

codspeed-hq bot commented Oct 20, 2024

CodSpeed Performance Report

Merging #4342 will not alter performance

Comparing eryue0220:fix/css-moz-document (b0eb8d5) with main (1b348f4)

Summary

✅ 101 untouched benchmarks

@Conaclos Conaclos requested review from a team October 20, 2024 09:07
Copy link
Member

@chansuke chansuke left a comment

Choose a reason for hiding this comment

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

@eryue0220 eryue0220 closed this Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Changelog Area: changelog A-Parser Area: parser L-CSS Language: CSS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

📝 css parse error with @-moz-document url-prefix()
2 participants