I'm wondering what the implications are of using the Bootstrap theme alongside FuelUX?
What I'm after is big, bold fonts and something that looks like
http://jsfiddle.net/adam_j_bradley/9phKW/ (which includes bootstrap.css)
vs what I get if I remove the reference to bootstrap.css http://jsfiddle.net/adam_j_bradley/9phKW/2/
However, when I include the bootstrap CSS a lot of the other components break. Buttons are the wrong size (especially on forms, downright ugly!).
@import url('http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css');
Any thoughts advice/tips warmly received.