My confusion lies in the fact that I am unable to realize how to properly use this. My goal is to specifically target the pre tag only when it appears within a description.
p.description > pre{color:red}
<p class="description">
<pre> adsfasdf asdf asdf asdf asdf asf sd f</pre>
</p>
In this scenario, the parent of pre is p.description, so why isn't it being selected? Despite examining various other discussions on this topic, I am struggling to identify my mistake.