You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The regexp thinks that the closing parenthesis is the first ) I wonder if there's a solution using regexp for dealing with recursion.
The workaround is to have a
:root {
---default-color:rgba(0,0,0,0.5);
}
The text was updated successfully, but these errors were encountered:
If you have a default value for a custom variable that contains parenthesis, the regexp for detecting variables stops working.
Here's a use case:
The regexp thinks that the closing parenthesis is the first
)
I wonder if there's a solution using regexp for dealing with recursion.The workaround is to have a
The text was updated successfully, but these errors were encountered: