This might have been asked before but I can't find anything that addresses my question or I'm not searching on the correct terms.
Is there a way to have a CSS class that I can set the specific Bootstrap settings and use that class over and over again.
EX: say I want to have a table with a border, striped, and hoover (<table class="table table-striped table-hover table-condensed table-bordered">). I would set this in a single class and then just call that class when I create a table tag. Then if I decide I don't want the hoover effect anymore I would just change that class and not all the tables throughout the site.