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/parser): comments supporting #5504

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alexander-akait
Copy link
Collaborator

Description:

Partial #5384

BREAKING CHANGE:

Yes

Related issue (if exists):

No

@kdy1 kdy1 self-assigned this Aug 16, 2022
@kdy1 kdy1 added this to the Planned milestone Aug 16, 2022
a {
background: /* Leading */ red /* Trailing */;
}

Copy link
Contributor

Choose a reason for hiding this comment

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

Nice work!

Can you add some comments in the function and in the at rule?

e.g.

@media (width >/* foo */= 30em) {
 .test {
    width: calc(100%-/* foo */20px);
  }
}

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@yisibl Yes, I am still thinkig how better solve it, here just example how we should store them

Copy link
Member

Choose a reason for hiding this comment

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

Can you resolve this issue?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes, planned, want to finish some stuff before it

@kdy1 kdy1 removed their assignment Aug 30, 2022
@kdy1 kdy1 self-assigned this Oct 2, 2022
@kdy1 kdy1 removed this from the Planned milestone May 16, 2023
@kdy1 kdy1 removed their assignment Jun 13, 2023
@arHSM
Copy link
Contributor

arHSM commented Sep 30, 2023

Any ETA on getting this merged?

@alexander-akait alexander-akait requested a review from a team as a code owner April 29, 2024 02:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants