Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CSS 3.0 in Visual Studio 2010

I would like to use Validation (CSS 3.0) instead of CSS 2.1 for Visual Studio 2010. I've scanned through SO and noticed a comment saying that 3.0 wasn't finalized so it wasn't available for 2008, but was unsure if this applied to 2010.

Do I just not use CSS 3?

like image 672
Sean Anderson Avatar asked Jan 26 '11 21:01

Sean Anderson


2 Answers

Microsoft developers have released an update to the web standards to include CSS 3.0 in Visual Studio.

Web Standards Update for Microsoft Visual Studio 2010 SP1 http://visualstudiogallery.msdn.microsoft.com/a15c3ce9-f58f-42b7-8668-53f6cdc2cd83

After a simple installation, you will have the CSS 3.0 option in Visual Studio.

(The toolbar command is called "Cascading Style Sheet Version for Validation", and is on the "Style Sheet" toolbar.)

screenshot

like image 93
Carter Medlin Avatar answered Nov 03 '22 16:11

Carter Medlin


If you don't want to wait for the service pack, check this out:

http://visualstudiogallery.msdn.microsoft.com/7211bcac-091b-4a32-be2d-e797be0db210/view/Discussions

Worked great for me, although I needed to consult the Q & A for some installation tips.

like image 40
gruve Avatar answered Nov 03 '22 17:11

gruve