csscomb / csscomb.js

CSS coding style formatter
http://csscomb.com/
MIT License
3.28k stars 460 forks source link

calc using variable #629

Open ClassicalMark opened 4 years ago

ClassicalMark commented 4 years ago

this line:

height: calc(var(--contactfigw)*1.058);

prompts this error:

CSScomb error: (node:13272) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): [object Object] (node:13272) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.