Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I stop CSS validation errors appearing in the Errors List in VS2008

For some reason in Visual Studio when I build my application it wants to validate my CSS and show those up as build errors in the error list. It's really really annoying as it makes it hard to find what the real build errors are. Is there any way to stop CSS validation errors showing up in the Errors List?

like image 798
lomaxx Avatar asked Sep 24 '09 00:09

lomaxx


1 Answers

Look under Tools --> Options and find the CSS Editor options. I think there are some options there that control whether errors and/or warnings are reported. I don't have access to VS right now so I can't verify the exact options that are available.

like image 186
tvanfosson Avatar answered Oct 05 '22 03:10

tvanfosson