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

Add selector-max-compound-selectors rule #1167

Merged
merged 4 commits into from
May 20, 2016
Merged

Add selector-max-compound-selectors rule #1167

merged 4 commits into from
May 20, 2016

Commits on May 18, 2016

  1. Add selector-max-depth rule

    Implements #1141
    dryoma committed May 18, 2016
    Configuration menu
    Copy the full SHA
    f3e0c88 View commit details
    Browse the repository at this point in the history
  2. selector-max-depth: use postcss-selector-parser; count all combinators

    * Regex checks are replaced with postcss-selector-parser
    * now adjacent combinators ("+" and "~") contribute to selector depth as well
    dryoma committed May 18, 2016
    Configuration menu
    Copy the full SHA
    2c371f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e1feec View commit details
    Browse the repository at this point in the history
  4. fix eslint errors

    dryoma committed May 18, 2016
    Configuration menu
    Copy the full SHA
    b48dd35 View commit details
    Browse the repository at this point in the history