Resizing buttons in Twitter-Bootstrap
Bootstrap is a great framework, but it doesn’t cover everything. It knows that and using its OOCSS principle should be extended to your needs. If I’m adapting Bootstrap components themselves, I generally create a bootstrap-extensions.css file which houses any extensions of base components, such as an extra large button. Here’s an example implementation of how … Read more