I have a wrapper div which contans 2 divs next to each other. Above this container I have a div that contains my header. The wrapper div must be 100% minus the height of the
div { height: 100%; height: -webkit-calc(100% - 60px); height: -moz-calc(100% - 60px); height: calc(100% - 60px); }
Make sure while using less
height: ~calc(100% - 60px);
Otherwise less is no going to compile it correctly