TrustTheVote-Project / horatio-client

A client for an absentee ballot request form.
MIT License
2 stars 4 forks source link

Include only the necessary Bootstrap components #24

Open zakgreene opened 9 years ago

zakgreene commented 9 years ago

One thing I intended to do when the front-end was complete was replace the line @import "bootstrap" in assets/scss/style.scss with imports of individual Bootstrap components culled from the list in bower_components/bootstrap-sass/assets/stylesheets/_bootstrap.scss. Should reduce the size of the CSS significantly. (I don't mind doing this after everything else is complete.)

waldoj commented 9 years ago

That does seem like an improvement over a single 295 kb CSS file. :) Thank you!