oklai / koala

Koala is a GUI application for less, sass and coffeescript compilation, to help web developers to the development more efficient.
http://koala-app.com
Other
3.99k stars 523 forks source link

Dont't support css3 variable calc? #841

Open junyi5d opened 2 years ago

junyi5d commented 2 years ago

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