Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bootstrap5 support? #149

Open
geosme opened this issue Oct 29, 2020 · 2 comments
Open

Bootstrap5 support? #149

geosme opened this issue Oct 29, 2020 · 2 comments
Assignees

Comments

@geosme
Copy link

geosme commented Oct 29, 2020

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

@matt-h
Copy link
Member

matt-h commented Oct 29, 2020

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants