I successfully integrated Twitter Bootstrap
into my Asp.net MVC 3
application. However, upon reviewing the bootstrap.css
file, I noticed several syntax errors as shown below.
I am utilizing
Visual Studio 2010 with CSS 3 support
.
List of Errors 1:
List of Errors 2:
List of Errors 3:
UPDATE:
After adding Bootstrap to my MVC project, the folder structure looks like the following.
How can I resolve the aforementioned issues?