I tried to Google the question but couldn't find any related topic. What is better approach to using Bootstrap classes:
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12"></div>
Or:
<div class="col-xs-12 col-md-6"></div>
Is it good or bad idea to omit column classes even if they are redundant?