What’s New

Overview of our FastBootstrap theme, what’s different from Bootstrap.

FastBootstrap is a beautiful Bootstrap theme and extend a lot of Utilities CSS and components to help developers write less CSS, its fully compatible with Bootstrap 5.

If you want to migrate Bootstrap to new FastBootstrap, make sure to read this article before migrating.

Bootstrap Spacers

The Bootstrap’s $spacers maximum value is only 3rem, and there are only 5 classes, which is not enough when we are designing.

Margin

All of the “Margin” classes, including mx-{value}, my-{value}, m{x|y}-{breakpoint}-{value}. See the Margin utilitie for more Margin CSS.

ClassBootstrapFastBootstrap
.m-000
.m-10.25rem0.25rem
.m-20.5rem0.5rem
.m-31rem0.75rem
.m-41.5rem1rem
.m-53rem1.25rem
.m-6-1.5rem
...-

Padding

All of the “Padding” classes, including px-{value}, py-{value}, p{x|y}-{breakpoint}-{value}. See the Padding utilitie for more Padding CSS.

ClassBootstrapFastBootstrap
.p-000
.p-10.25rem0.25rem
.p-20.5rem0.5rem
.p-31rem0.75rem
.p-41.5rem1rem
.p-53rem1.25rem
.p-6-1.5rem
...-

Gap

All of the “Gap” classes, including row-gap-{value}, column-{value}, gap-{breakpoint}-{value}. See the Gap utilitie for more Gap CSS.

ClassBootstrapFastBootstrap
.gap-000
.gap-10.25rem0.25rem
.gap-20.5rem0.5rem
.gap-31rem0.75rem
.gap-41.5rem1rem
.gap-53rem1.25rem