bestguy / sveltestrap

Bootstrap 4 & 5 components for Svelte
https://sveltestrap.js.org
MIT License
1.3k stars 180 forks source link

Theme support #545

Closed bestguy closed 1 year ago

bestguy commented 1 year ago

Adds support for 5.3.0 color modes to Style component

kefahi commented 1 year ago

Thank you! I was about to ask about support for the recent Bootstrap 5.3 release.

:heart: :partying_face:

Note: Given BS 5.3 is officially released, there is no need to use the alpha3 CDN. i.e. we can use this directly ...

Description URL
CSS https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css
JS https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js

Reference

thomatha commented 1 year ago

Thanks @kefahi for the info, will update to 5.3.0 version before release. Will aim for within the next week.