SyntaxFix
Write A Post
Hire A Developer
Questions
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