After recently installing Resharper I started getting warnings where it was finding items in style sheets that were not compatible with CSS 3. I was receiving error messages such as:
'xxxx' is not a known CSS property name
Property 'xxxxx' doesn't exist in CSS 3.0
It seems that Visual Studio is set up to use CSS 2.1 validation. I've found a questions on here saying how to turn the validation on, but nothing saying how to set the schema validation version. How can I do so?