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

fix(postcss-merge-rules): prevent breaking rule merges #1072

Merged
merged 5 commits into from May 12, 2021

Commits on May 11, 2021

  1. Copy the full SHA
    ad42151 View commit details
    Browse the repository at this point in the history
  2. chore(postcss-merge-rules): refactor

    Move all checks together.
    ludofischer committed May 11, 2021
    Copy the full SHA
    717dd2d View commit details
    Browse the repository at this point in the history
  3. fix(postcss-merge-rules): do not merge unknown pseudo-selectors

    Do not merge if the pseudo-selector is not in the list of well-known pseudo-selectors
    and does not start with a vendor prefix. We let through vendor prefixes as they are
    handled elsewhere in the code.
    
    Fix #999
    ludofischer committed May 11, 2021
    Copy the full SHA
    bd8c6f1 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    07c08dc View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Copy the full SHA
    5e4a3b5 View commit details
    Browse the repository at this point in the history