<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Web Inspector: Use CSS variables for common text colors"
   href="https://bugs.webkit.org/show_bug.cgi?id=162047#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Web Inspector: Use CSS variables for common text colors"
   href="https://bugs.webkit.org/show_bug.cgi?id=162047">bug 162047</a>
              from <span class="vcard"><a class="email" href="mailto:mattbaker&#64;apple.com" title="Matt Baker &lt;mattbaker&#64;apple.com&gt;"> <span class="fn">Matt Baker</span></a>
</span></b>
        <pre>This should have been:
<span class="quote">&gt; ack -ohi --nogroup --css --match=&quot; color: hsl\(.*\)&quot; | sort -r | uniq -c | sort -r</span >

Which limits the search to `color` properties:

9  color: hsl(0, 0%, 60%)
9  color: hsl(0, 0%, 50%)
3  color: hsl(0, 0%, 70%)
3  color: hsl(0, 0%, 22%)
3  color: hsl(0, 0%, 18%)
2  color: hsl(209, 100%, 50%)
2  color: hsl(0, 0%, 85%)
2  color: hsl(0, 0%, 40%)
2  color: hsl(0, 0%, 4%)
2  color: hsl(0, 0%, 23%)
2  color: hsl(0, 0%, 20%)
2  color: hsl(0, 0%, 0%, 0.25)
1  color: hsl(44, 53%, 33%)
1  color: hsl(43, 96%, 44%)
1  color: hsl(359, 57%, 50%)
1  color: hsl(309, 21%, 70%)
1  color: hsl(30, 90%, 35%)
1  color: hsl(295, 76%, 32%)
1  color: hsl(248, 52%, 78%)
1  color: hsl(240, 55%, 30%)
1  color: hsl(240, 55%, 25%)
1  color: hsl(240, 100%, 52%)
1  color: hsl(210, 100%, 40%)
1  color: hsl(210, 100%, 33%)
1  color: hsl(210, 0%, 0%)
1  color: hsl(207, 46%, 59%)
1  color: hsl(206, 69%, 45%)
1  color: hsl(119, 27%, 65%)
1  color: hsl(119, 100%, 22%)
1  color: hsl(1, 33%, 70%)
1  color: hsl(0, 86%, 47%)
1  color: hsl(0, 75%, 45%)
1  color: hsl(0, 59%, 41%)
1  color: hsl(0, 33%, 49%)
1  color: hsl(0, 100%, 100%)
1  color: hsl(0, 0%, 82%)
1  color: hsl(0, 0%, 75%)
1  color: hsl(0, 0%, 74%)
1  color: hsl(0, 0%, 65%)
1  color: hsl(0, 0%, 57%)
1  color: hsl(0, 0%, 46%)
1  color: hsl(0, 0%, 45%)
1  color: hsl(0, 0%, 37%)
1  color: hsl(0, 0%, 34%)
1  color: hsl(0, 0%, 33%)
1  color: hsl(0, 0%, 32%)
1  color: hsl(0, 0%, 31%)
1  color: hsl(0, 0%, 30%)
1  color: hsl(0, 0%, 14%)
1  color: hsl(0, 0%, 12%)
1  color: hsl(0, 0%, 11%)</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>