I have many tables and instead of always giving the class %table.table.table-hover.table-condensed.table-responsive.table-bordered can I somehow set it as %table that will take all the other options from application.css.scss?
I tried
.table {
.table-responsive;
.table-bordered;
}
, but it shows wrong.
Any ideas?