CSS initial Keyword not handled in v9.1.3
Hi,
I have got an error raised by Resharper on ths css initial keyword for font-weight property.
It seems to be a mistake: http://www.w3schools.com/cssref/pr_font_weight.asp
.tmp {
font-weight: initial;
}
Regards
Please sign in to leave a comment.