To make the stylesheets easier to maintain we will transition away from the current media query breakpoint organization and content based class names. This will be done gradually as we create/modify a feature.
_table.scss
_table-striped.scss
.table { }
.table--striped { }
.table__cell { }