crosspeaksoftware / scaffolding

Responsive Design Scaffolding for WordPress
https://scaffolding.io
86 stars 39 forks source link

Bootstrap5 support? #149

Open geosme opened 4 years ago

geosme commented 4 years ago

Curious to know if there is planned bootstrap5 support expected soon or not on the roadmap yet?

matt-h commented 4 years ago

We don't plan to upgrade to bootstrap 5 any time soon as that is still in Alpha and we plan to stick to the current release.

That said, the only thing scaffolding uses from bootstrap is the grid: https://github.com/hallme/scaffolding/blob/v3.2/scss/elements/_bootstrap-grid.scss

So if you wanted to use anything else from bootstrap, you are free to add the scss files yourself.

Looking at the docs for bootstrap 4 and bootstrap 5 for grid the classes seem the same, so if you really wanted to you could swap in the v5 grid scss and it should mostly work without html changes.

TimBHowe commented 3 years ago

With the official release we will be reviewing and potentially updating/replacing the grid system to the new method.

We will also be reviewing the other updates and features to potentially add them as well.

If there are any additions you would like to see please leave a comment in this thread and we will consider them.

We do not have an exact timeline for these changes, but we will try and keep this thread updated with our progress.

Thanks