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
We import CSS from Bootstrap 3 via src/assets/css/bootstrap.css. That file is one of our largest assets. Bootstrap includes many components that we don't use in Frontend. We could reduce the size of the Frontend bundle by removing CSS from bootstrap.css that we don't use. We've already been doing that on a case-by-case basis. In some cases, CSS has been moved from bootstrap.css and integrated into app.scss. I think we should accelerate that process and aim to remove much of the CSS in bootstrap.css.
We already removed some Bootstrap CSS in #44. However, I believe that that was reverted in #199.
The text was updated successfully, but these errors were encountered:
We import CSS from Bootstrap 3 via src/assets/css/bootstrap.css. That file is one of our largest assets. Bootstrap includes many components that we don't use in Frontend. We could reduce the size of the Frontend bundle by removing CSS from bootstrap.css that we don't use. We've already been doing that on a case-by-case basis. In some cases, CSS has been moved from bootstrap.css and integrated into app.scss. I think we should accelerate that process and aim to remove much of the CSS in bootstrap.css.
We already removed some Bootstrap CSS in #44. However, I believe that that was reverted in #199.
The text was updated successfully, but these errors were encountered: