Skip to content

Instantly share code, notes, and snippets.

@seven-phases-max
Last active May 6, 2017 16:32
Show Gist options
  • Save seven-phases-max/d33f810f2b30663d56cc20a8ec96e01f to your computer and use it in GitHub Desktop.
Save seven-phases-max/d33f810f2b30663d56cc20a8ec96e01f to your computer and use it in GitHub Desktop.

Of course numbers as selectors, like 1 + 2, do not make any sense on their own (considering that they are not valid CSS selectors), but they can be used to form more complex things:

1, 2 {
    foo-& > bar-& {color: red}
}

So even if (I suppose) such feature was not really intentional, it could be worth to keep unless it gets totally broken.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment