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

enforce lowercase class name in .stylelintrc #27668

Merged
merged 10 commits into from
Nov 17, 2018
Merged

enforce lowercase class name in .stylelintrc #27668

merged 10 commits into from
Nov 17, 2018

Commits on Nov 14, 2018

  1. enforce lowercase class name in .stylelintrc

    `"selector-class-pattern": "^[a-z]+([a-z0-9]?|[a-z0-9\\-]*[a-z0-9])$"`
    I think this could be a useful addition, to prevent anyone using a class name against the projects guidelines - mixed case or using underscores etc.
    REF: http://codeguide.co/#css-classes
    coliff committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    4c827b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2018

  1. Update .stylelintrc

    coliff committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    9c06b6b View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2018

  1. Update _syntax.scss

    XhmikosR committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    684c9e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0b650c View commit details
    Browse the repository at this point in the history
  3. Remove unneeded escape

    XhmikosR committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    eabec5c View commit details
    Browse the repository at this point in the history
  4. Update .stylelintrc

    XhmikosR committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    eff3f27 View commit details
    Browse the repository at this point in the history
  5. Update .stylelintrc

    XhmikosR committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    942844f View commit details
    Browse the repository at this point in the history
  6. Update .stylelintrc

    XhmikosR committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    d5dd13f View commit details
    Browse the repository at this point in the history
  7. Update .stylelintrc

    XhmikosR committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    6610fbe View commit details
    Browse the repository at this point in the history
  8. Update .stylelintrc

    XhmikosR committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    0aad306 View commit details
    Browse the repository at this point in the history