I will calculate width in some element from percent to pixel so I will minus -10px via using LESS and calc(). It´s possible?
I think width: -moz-calc(25% - 1em); is what you are looking for. And you may want to give this Link a look for any further assistance
width: -moz-calc(25% - 1em);