pwired Posted April 29, 2018 Share Posted April 29, 2018 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%; } 4 Link to comment Share on other sites More sharing options...
Recommended Posts