Fine tuned grids: can I use milligram.css or Bootstrap with Minimal Mistakes?

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.

1 Like