Is it necessary to include normalize.css and h5bp with twitter bootstrap?

1.2k Views Asked by At

Is it smart to tack on html5 boilerplate (and thus also normalize.css) to an install of twitter bootstrap, or will this create a lot of bloat and redundancy?

I'm asking this because initializr offers it, but I'm not sure whether it will add any extra value to tack these onto bootstrap, since I'm sure bootstrap includes some resets and defaults of its own.

2

There are 2 best solutions below

5
On BEST ANSWER

Bootstrap's _reset partial is an adapted version of Nicolas Gallagher's normalize.css, so yes, you would probably find it to be very redundant.

0
On

HTML5 Boilerplate isn't only normalize, because it include modernizr wich allow you to style the new HTML5 elements in IE and helps with detecting HTML5 or CSS3 features in all browsers, including earlier versions of IE (before v9). And a httaccess with security rules very useful. I think you can use both, because bootstrap doesn't have all the rules css to normalize a web page HTML.