PolyCalc, is a polyfill library that allows using calc
function in CSS. This allows using expressions like width: calc(100% - 150px)
. Yes, in CSS. Thanks to this you can set width of one element to fill almost whole page leaving static space for a sidebar or e.g. make text input scalable and put action button beside it.