Responsive Utilities from Bootstrap 4

Asked

Viewed 128 times

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.

1 answer

1

Whoops?

Come on, if you downloaded the bootstrap 4 through of that link, you already have all styles of Responsive Utilities.

If you want to migrate from 3 to 4, some classes have changed their name, here in the documentation is explaining better how to do the migration.

  • 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.

  • 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).

  • Because there is no more (or still) this customization of the package in version 4 of Bootstrap.

  • 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

Browser other questions tagged

You are not signed in. Login or sign up in order to post.