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

Implement a better pattern for linking the bootstrap css from CDN #18

Open
jsoules opened this issue Jul 14, 2021 · 0 comments
Open

Implement a better pattern for linking the bootstrap css from CDN #18

jsoules opened this issue Jul 14, 2021 · 0 comments

Comments

@jsoules
Copy link
Owner

jsoules commented Jul 14, 2021

PR #16 fixes most of the styling issues up to this point, by linking the full bootstrap.css file from the content delivery network into the index.css file. While this works, it's probably not optimal/optimized, either to have them as the same file, or to be linking a CDN file directly into our own CSS (since this probably affects caching, freshness of the version, etc.)

See if there's a better practice about how to do this.

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

No branches or pull requests

1 participant