Does anyone know where to download 24 grid version of newest bootstrap 4-0-0 beta? I don\'t want to use sass, and I cant find customize option in bootstrap website.
Unfortunately, there is no customization tool in Bootstrap 4 so custom build is a necessary step.
But don't worry, it's quite easy.
name.scss (file mentioned in 5th step):name.scss
@import "bootstrap/scss/functions";
@import "bootstrap/scss/variables";
@import "bootstrap/scss/mixins";
$grid-columns: 24; // This overrides default value (12)
@import "bootstrap/scss/grid";
If you need any other Bootstrap components apart from the grid, see step 5 of the instructions.