Visual Studio (2012 and lower) deletes CSS properties

后端 未结 7 1960
北海茫月
北海茫月 2020-12-05 13:45

I have a really strange problem with Visual Studio 2010. When I add CSS properties for a gradient to my stylesheet, Visual Studio is going to delete it after some times of d

7条回答
  •  执念已碎
    2020-12-05 14:16

    Gradients are CSS3 Properties.

    Visual Studio do not support CSS3 and HTML5 and that might be the problem here.
    But there is support for HTML5 & CSS3 in Visual Studio 2010 SP1
    So, why don't you download Visual Studio 2010 SP1 and try?

提交回复
热议问题