-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Cannot use simple vars value for setting CSS variable #109
Comments
|
may be related: Copy/Paste the example
I get this error:
Here is my
|
Here is my output (without any error): .menu_link {
background: #056ef0;
width: 200px;
}
.menu {
width: calc(4 * 200px);
margin-top: 10px;
} |
went through the plugins adding/removing when Seems like |
@bahtou yeap. I recommend replacing |
I tried to set simple vars as CSS variable, but it doesn't work:
It will gives an error like this:
Is this by design?
The text was updated successfully, but these errors were encountered: