I use Resharper 8
I have a css stylesheet file which has this class :
.textShadow
{
text-shadow: 0px 1px 2px #5b5b5b;
}
When I hover it there is a suggestion (R#8 suggestion )
so when I click on it it says :
And so ,it added the vendor prefix :
But as far as I know , there is no -ms-text-shadow
prefix.
Strange, but when I hover on the new added line , R#8 does say :
I don't understand , if R#8 knows that there is no such vendor prefix , why does he suggests it ?