Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve ::selection documentation which became confusing after c7057be #1955

Merged
merged 1 commit into from
Jul 5, 2017

Commits on Jul 5, 2017

  1. Improve ::selection documentation which became confusing after c7057be

    After Autoprefixer was added a comment explaining that the vendor prefixed
    `::-moz-selection` and the default `::selection` can't be combined became
    obsolete. I (with the help of @roblarsen) rephrased the comment to be more
    general and so that it still makes sense in the dist css file. A stackoverflow
    link explains why vendor prefixed selectors can't be combined with other selectors.
    
    Fixes h5bp#1953
    maoberlehner committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    ba67f64 View commit details
    Browse the repository at this point in the history