I'm using bootstrap. I have an input with the class: "input-lg". The problem is that in phones I want this input to be smaller. I can solve this by checking the resolution from javascript and removing this class on phones; I could also use half queries to modify the size. But I would like to know if there is any easier way, something like:
<input class="input-lg input-xs">