I’m developing a project with Minimal Mistakes (and I’m very happy) but I would need some better grid control in some cases. I think I can solve it maybe with Milligram or Bootstrap but I fear about collateral problem and conflicts.
Has anyone any experience like this? Any tip can be helpful.
You can certainly try and add another grid system like Bootstrap’s CSS, but there could be conflicts with the layout.
The theme uses Susy, which is really just a fancy set of Sass mixins to do some math for you. It doesn’t come with any predefined grid classes for columns like Bootstrap and the like. You need to setup that yourself.