Can I use twitter bootstrap css classes depending on screen size? (for large vs normal buttons)
With Bootstrap CSS you can define buttons to be large, small, or normal. However, in some cases I would like to use large buttons (that is, add the btn-lg class) conditionally, as in, only if the screen size is md…