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 Oct 25, 2018. It is now read-only.
We could mitigate this by adding the text to the <style> block directly. Of course, that results in a bunch of styles painted on the page, but it would work.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
IE only allows "Single contextual selectors" but xooie is sometimes passing selectors with multiple contexts. i.e.
.foo,
.bar {
color: pink;
}
The text was updated successfully, but these errors were encountered: