Within my workflow using Sublime Text and Less2Css for dealing with less files, I encountered an issue where specifying the max-height of a container as 100% - 20px resulted in minification reducing it to '80%'. Is there a way to work around this and instruct Less2Css to refrain from minifying certain expressions like **max-width: calc(100% - 20px);** surrounded by special characters?