Bootstrap 5.2 Compatibility with WebCore

Is Bootstrap 5.2 compatible with WebCore 2.0.4.0?

I think you can use whatever Bootstrap version you like by updating your project's main HTML file (eg: Project1.html) with links to a CDN. I'm current using this without issue, for example:

    <!-- Bootstrap 5.2.1-->
    <script crossorigin="anonymous" integrity="sha384-u1OknCvxWvY5kfmNBILK2hRnQC3Pr17a+RTT6rIHI7NnikvbZlHgTPOOmMi466C8" src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/js/bootstrap.bundle.min.js"></script>
    <link crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/css/bootstrap.min.css" integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT" rel="stylesheet"/>

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.