Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Mar 28, 2019. It is now read-only.
This repository was archived by the owner on Mar 28, 2019. It is now read-only.
There was an error while loading. Please reload this page.
See here...
In this rule we get access to the
selectorwhich is the following string...div font-weight: boldThis is used to add the highlight above, which seems like overkill. We should modify this somewhat to maybe parse out the selector used? An easy solution would be to just look for the first space in this string and then assume that the selector is whatever precedes the space?
cc @Pomax