HansUXdev / B5-Snippets

Bootstrap 5 Snippets for Open-VSX.
MIT License
53 stars 6 forks source link

Feature Requests #1

Open HansUXdev opened 4 years ago

HansUXdev commented 4 years ago

Please post any requests here and I will add it as an issue.

JoeCodeswell commented 3 years ago

Please update the CDN code generated by "!b5-$", Now this generates:

   <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/css/bootstrap.min.css" integrity="sha384-r4NyP46KrjDleawBgD5tp8Y7UzmLA05oM1iAEQ17CSuDqnUK2+k9luXQOfXJCJ4I" crossorigin="anonymous">
    <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
    <script src="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/js/bootstrap.min.js" integrity="sha384-oesi62hOLfzrys4LxRF63OJCXdXDipiYWBnvTl9Y9/TRlw5xlKIEHpNyvvDShgf/" crossorigin="anonymous"></script> 

However GetBootstrap.com says the current version is v5.1 Thanks. By the way, I really appreciate the clarity of your documentation. I think I'll file this as an issue as well. Thanks again Love and peace, Joe