@import "variables"; // Import bootstrap @import "../bootstrap/scss/functions"; @import "../bootstrap/scss/variables"; @import "../bootstrap/scss/mixins"; @import "../bootstrap/scss/reboot"; // Import components we need @import "../bootstrap/scss/type"; @import "../bootstrap/scss/tables"; // Include fonts @import "fonts"; body { padding: $spacer * 2; } // Make all tables .table by default table { @extend .table; width: auto; } hr { display: none; }