Harshit
Harshit

Reputation: 62

Not able to use CSS3 in visual studio 2010

I am using Visual studio 2010 service pack 1 to design websites but i am not able to use 'CSS3' in it. I have tried to use some border properties for front page but it shows error 'Not supported'.

Upvotes: 0

Views: 173

Answers (1)

Tharif
Tharif

Reputation: 13971

Install CSS 3 Intellisense Schema :

it adds CSS3 intellisense schema to visual studio 2010 which improves developer web designing and support css 3 properties.

In SP1 there are a few improvements in the CSS3 support as well, though not as elaborate as with HTML5. The editor now supports the more advanced selectors such as div:nth-child(2n+1) without giving validation errors and the new color values rgba, hsl, hsla and 8 digit hex values are also supported.

Reference

Upvotes: 1

Related Questions