You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
I was attempting to help our page load by updating bootstrap to 3.1.1 and using CDN, when I ran into these issues:
Our self-hosted bootstrap 3.0.0 version has been modified: Anti-patern. All mods should go in main.css as it loads after bootstrap.css. We now have the painful task of running diff on our current boostrap.css and pulling changes out to main.css (if we ever want to update bootstrap).
We are hosting bootstrap source, when we shouldn't be. Faster to use CDN minified version: http://www.bootstrapcdn.com
The text was updated successfully, but these errors were encountered:
I was attempting to help our page load by updating bootstrap to 3.1.1 and
using CDN, when I ran into these issues:
Our self-hosted bootstrap 3.0.0 version has been modified:
Anti-patern. All mods should go in main.css as it loads after
bootstrap.css. We now have the painful task of running diff on our
current boostrap.css and pulling changes out to main.css (if we ever want
to update bootstrap).
We are hosting bootstrap source, when we shouldn't be. Faster to use
CDN minified version: http://www.bootstrapcdn.com
Reply to this email directly or view it on GitHubhttps://github.com//issues/79
.
I was attempting to help our page load by updating bootstrap to 3.1.1 and using CDN, when I ran into these issues:
diff
on our current boostrap.css and pulling changes out to main.css (if we ever want to update bootstrap).The text was updated successfully, but these errors were encountered: