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

css @starting-style #8700

Open
wenerme opened this issue Mar 6, 2024 · 0 comments
Open

css @starting-style #8700

wenerme opened this issue Mar 6, 2024 · 0 comments
Labels

Comments

@wenerme
Copy link

wenerme commented Mar 6, 2024

Describe the bug

using nextjs turbo, turbo use swc ?

https://play.swc.rs/ do not support css

Parsing css source code failed
  36 |   .Drawer:popover-open {
  37 |     @starting-style {
> 38 |       translate: 16rem 0;
     |                 ^
  39 |       &::backdrop {
  40 |         opacity: 0;
  41 |       }

Input code

.Drawer {
  &:popover-open {
    /* chrome 117 */
    @starting-style {
      translate: 16rem 0;
      &::backdrop {
        opacity: 0;
      }
    }
  }
}

Config

No response

Playground link (or link to the minimal reproduction)

https://play.swc.rs/

SWC Info output

No response

Expected behavior

works

Actual behavior

No response

Version

latest

Additional context

No response

@wenerme wenerme added the C-bug label Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant