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

Various Bootstrap-version JS generation fixes #548

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vladrusu
Copy link
Contributor

@vladrusu vladrusu commented Oct 16, 2024

In the current state, Core UI Bootstrap JS is not really Bootstrap compatible.

All data attributes are expected to be data-coreui instead of data-bs, as with Bootstrap. This basically breaked a lot of Boostrap code.
Fixed this. Basically, with my fixes, CoreUI Bootstrap version becomes more or less 100% drop-in Bootstrap replacement.

Also fixed coreui.io website being written wrong in the source as bs.io.

Not in the least, the coreui -> bs replace was made only for the bundle versions. The regular Boostrap (non-Popper bundled) version was totally avoided.

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

Successfully merging this pull request may close these issues.

1 participant