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

Dont't support css3 variable calc? #841

Open
junyi5d opened this issue Dec 5, 2021 · 0 comments
Open

Dont't support css3 variable calc? #841

junyi5d opened this issue Dec 5, 2021 · 0 comments

Comments

@junyi5d
Copy link

junyi5d commented Dec 5, 2021

Koala version2.3.0
**Bug report or feature request?**Bug report

I write the css3 in a less file, like this:

:root {
--button-height: 295px;
--toggle-diameter: 255px;
--button-toggle-offset: calc(
(var(--button-height) - var(--toggle-diameter)) / 2
);
}

but, this tell me the error
OperationError: Operation on an invalid type

@junyi5d junyi5d changed the title Dont't support css3 variable? Dont't support css3 variable calc? Dec 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant