You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.
In this rule we get access to the selector which is the following string...
div font-weight: bold
This 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?
See here...
In this rule we get access to the
selector
which is the following string...div font-weight: bold
This 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
The text was updated successfully, but these errors were encountered: