I am creating a site using the new Twitter Bootstrap. The site looks fine and works in all required browsers except IE8.
In IE8 it seems to be displaying elements o
If you use LESS
or SASS
don't be to greedy with compiling the styles.
In my project I included bootstrap.min.css
in my main style, on the top of the file - so there should be only one request for all styles.
And because of that, the boostrap classes did not work properly. When added separately, works as expected.