0
Hello,
I use the Bootstrap 3 grid in my projects, and now I’m migrating to version 4.
In version 3 I use beyond the grid, a layout option called Responsive Utilities that complements the grid. I can download this CSS in the Customise download option that has in version 3.
But now that I’ve started using version 4, I can’t find version 4 of Responsive Utilities, and I don’t want to mix version 4 of the grid with version 3 of Responsive Utilities.
I like to download the files without npm, and I don’t use Sass. I do it the traditional way, so if anyone knows any answers that don’t use these tools will help me.
Hi, yes Bootstrap has even, but I do not use half of the styles it has in it, I use only the grid and the Responsive Utilities (and also the reboot). The problem of using the complete file, is that even minified, it has more than 120kb, and if I only take grid, reboot and Responsive Utilities does not even 40kb. In version 3 I had this page here https://getbootstrap.com/docs/3.3/customize/ that allowed me to download only what I wanted, but I can’t find anything for version 4.
– Leandro Nogueira
Now I understand your problem Leandro, I don’t know if it helps, but the version complete of Bootstrap 4 has only 21kb (via Maxcdn).
– Vinicius Cainelli
Because there is no more (or still) this customization of the package in version 4 of Bootstrap.
– Vinicius Cainelli
Thanks Vinicius, almost ctz q they will release the option to customize Bootstrap 4 once it leaves the beta. I met a guy who had the patience to separate the grid and the Responsive Utilities manually, he posted on Github on this link, for those who are looking for the same one I https://github.com/m-spyratos/bootstrap-4-grid/tree/master/css
– Leandro Nogueira