Jump to content

The grid only part of Bootstrap 4


pwired
 Share

Recommended Posts

Hi,
If you are looking for the grid only part of Bootstrap, there is no need anymore to compile this for your self.
I noticed that Bootstrap has already split up the files in the download package. In the dist folder you can find
the following files:

bootstrap-grid.css = 37 kb
bootstrap-grid.min.css = 29 kb

And here is the css to give a bootstrap container any width you want:

.container{ 
  max-width: 1300px; /* use any width for your container without less or sass */
  width:100%;
}

;)

 

 

  • Like 4
Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...