• style: Don't look for viewport units in stylesheets.

    Use whether we've computed any viewport unit instead.
    
    This is more accurate (we avoid restyling unnecessarily if we've found anything
    ever on the stylesheet, but that hasn't matched).
    
    This has the benefit of also matching Gecko, and simplify some code and
    fishyness around, and also hopefully speeding up stylesheet parsing.
    emilio committed Aug 28, 2017