I am in the process of updating the user interface for my website, utilizing Bootstrap 5.3. Initially, I utilized the CDN link provided in the official documentation. Recently, I acquired Bootstrap Studio as a tool to streamline the UI development process.
However, there is an issue with exporting my project as it only allows me to include the Bootstrap CSS in a minified file. Should I stick with the CDN links or should I remove them and use the bootstrap.min.css files provided by Bootstrap Studio? Is there a standard practice that I may be overlooking?
I experimented with solely using the CDN links, but it caused issues on my site due to the use of a previous version. I would prefer to stick with the official CDN links to leverage the libraries they offer rather than the CSS files provided.