Visual Studio 2010 SP1 how to add CSS 3 validation
Posted on September 9, 2011I assume that you are using a x64 Windows:
[optional]Copy the file CSS21.xml to CSS30.xml in the following directory:
C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Packages\1033\schemas\CSS\
Open the Registry Editor and navigate to the following key:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\10.0\Packages\{A764E895-518D-11d2-9A89-00C04F79EFC3}\Schemas
Add a new key named Schema 5.
Under the key Schema 5
add a new string value named File and set the value to css30.xml
Under the key Schema 5 add a new string value named Friendly Name and set the value to CSS 3.0
Start Visual Studio 2010 and open a CSS file and you will see a new entry in the list dropdown list named “CSS 3.0“
Tags: Visual studio 2010
Categories: Uncategorized