Expected RBRACE error when using CSS variables in Global CSS

Wondering why I get the ‘expected RBRACE’ error when using the following CSS variable in Global CSS? The variable still works when I use it in the builder, but why the error?:

:root {
  --sw-rounded-lg: 20px;
}

Screenshot 2023-04-15 at 10.17.32 PM

Hello @threeoten,

Thanks for writing in!

I was able to replicate the issue on my local testing server:

I will be reporting this to our developers. Please bear with us.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.