Although Visual Studio Code documentation says that propertyIgnoredDueToDisplay should result in a "warning" by default, it does not in my CSS file with the following rule:
blockquote cite {
    display: inline;
    margin-top: 0.8rem;
}
What could be the reason?
I'm using Visual Studio Code 1.60.0 Insiders.
 
    
 
    