SWC CSS parser and Codegen can preserve comments (rust)? #10089
Unanswered
shahryarjb
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello friends, in Rust I can not be able to keep (preserve) comments after changing CSS AST ! I wanted to ask is there any builtin feature to do this or for now SWC does not support it for CSS?
My code sample:
And my css Codegen:
And css Example:
But it returns
Thank you in advance
Beta Was this translation helpful? Give feedback.
All reactions