Despite the instructions in Visual Studio Code documentation stating that propertyIgnoredDueToDisplay
should trigger a default "warning," it does not seem to be working in my CSS file when using the following rule:
blockquote cite {
display: inline;
margin-top: 0.8rem;
}
Any idea why this might be happening?
My current version of Visual Studio Code is 1.60.0 Insiders.