I downloaded the boostrap.min.css version from here. But in the console its showing me a lot of errors. Check the image:
Bootstrap has added vendor prefixes in css for cross browser support. Here -webkit-
is for webkit engine (chrome, safari) and -o-
is for opera.
the -webkit-gradient
rule is a bit old and was later replaced by -webkit-linear-gradient
.
The errors are there because, firefox does not recognize the webkit or opera prefixes. The errors can be ignored and they are to implement css3 experimental features maintaining cross browser issues.