|
|
|
|
|
by peaton
4349 days ago
|
|
The biggest problem I've had with bootstrap is that it is so large. There is so much overhead. My company is working on a project and it would have taken a ton of work to port to bootstrap. For lightweight grids that support dynamically sized containers, masonry was great. But there a ton of issues with keeping the content centered when the container changes size. We dealt with this by using inline-blocked elements with tex-align: center, then appending invisible elements to maintain an apparent left-oriented grid: https://github.com/hangify/Central |
|
My focus wasn't on the bootstrap CSS customizer though, I try to recommend people use their own Less to keep things under control.