Skip to content
View aaronhaslett's full-sized avatar
Block or Report

Block or report aaronhaslett

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Search for css rule sourced from fil... Search for css rule sourced from file matching search string
    1
    //Adapted from:
    2
    //https://stackoverflow.com/questions/2952667/find-all-css-rules-that-apply-to-an-element/22638396#22638396
    3
    
                  
    4
    //Finds which DOM elements are being matched to a CSS rule in a specific file.
    5
    //Log and expand the returned array then click the target sign next to a DOM element to see it in the inspector.