Rev 1 | AutorÃa | Comparar con el anterior | Ultima modificación | Ver Log |
/* Give editor access to all of bootstrap. */
@import "bootstrap/bootstrap";
/**
* Reset the Bootstrap _reboot.scss styles for tables.
* That reboot is breaking non-BS tables in the editor.
*/
table:not(.table) {
thead,
tbody,
tfoot,
tr,
td,
th {
border-color: $table-border-color;
border-style: solid;
border-width: $table-border-width;
}
}