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(css_formatter): all the remaining at-rules #1296

Merged
merged 2 commits into from
Dec 22, 2023
Merged

Conversation

faultyserver
Copy link
Contributor

Summary

#1285. This implements all of the remaining at-rules that the parser currently understands:

  • font-face
  • keyframes
  • font-palette-values
  • charset
  • color-profile
  • counter-style

Test Plan

Of note, the @font-face spec test is currently a verbatim snapshot, because it includes comma-separated values in the declarations, which the parser doesn't handle yet. Once it does, the snapshot should just update and be correct.

Copy link

netlify bot commented Dec 22, 2023

Deploy Preview for biomejs canceled.

Name Link
🔨 Latest commit 901e9cf
🔍 Latest deploy log https://app.netlify.com/sites/biomejs/deploys/65853586b418e400082f50b5

@github-actions github-actions bot added A-Formatter Area: formatter L-CSS Language: CSS labels Dec 22, 2023
@faultyserver faultyserver mentioned this pull request Dec 22, 2023
11 tasks
@faultyserver faultyserver merged commit c54f043 into main Dec 22, 2023
18 checks passed
@faultyserver faultyserver deleted the faulty/css-at-rules branch December 22, 2023 18:30
@Conaclos Conaclos added the A-Changelog Area: changelog label Jan 7, 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-Formatter Area: formatter L-CSS Language: CSS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants