// Imports $grid-columns:16; //** Custom number of columns in the Bootstrap grid @import "node_modules/bootstrap-sass/assets/stylesheets/_bootstrap.scss"; @import "__fonts"; @import "__setup"; @import "__project"; // Body html, body { background:$white !important; } body { @import "_content-styles"; margin:10px !important; padding:0 !important; }